JanVolleyM
Programmer
I'm using Crystal X. I have a subreport that contains two groups. In group footer 2, I have created two running total fields. I want to display, however, the sum of these two running total fields in group footer 2. Is this possible? If so, how?
Here are how my running total fields are defined:
RT Field Type Evaluate Reset
----------- ---- -------- -----
RTAdmin Sum Use formula: Never
{Command.lessonTitle} = "Admin"
RTNotAdmin Maximum Use formula: Never
{Command.lessonTitle} <> "Admin"
I want to display {#RTAdmin} + {#RTNotAdmin} in group footer 2. I tried creating a formula to do this, but it wouldn't allow me to. Is there a way to do this?
Jan
Here are how my running total fields are defined:
RT Field Type Evaluate Reset
----------- ---- -------- -----
RTAdmin Sum Use formula: Never
{Command.lessonTitle} = "Admin"
RTNotAdmin Maximum Use formula: Never
{Command.lessonTitle} <> "Admin"
I want to display {#RTAdmin} + {#RTNotAdmin} in group footer 2. I tried creating a formula to do this, but it wouldn't allow me to. Is there a way to do this?
Jan