A
Anon
I would like to put a sum total in a grouping level in a
report, but would like it to total values that correspond
to a specific detail item. Ex:
I have the first for months of 2004 listed in every
detail, and would like to sum only the values for April.
Intuitively , I would like to write Sum([TotalEEs] WHERE
[Month]="April") but this doesn't work, of course. Is
there an expression I can write to accomplish this?
Thanks in advance.
report, but would like it to total values that correspond
to a specific detail item. Ex:
I have the first for months of 2004 listed in every
detail, and would like to sum only the values for April.
Intuitively , I would like to write Sum([TotalEEs] WHERE
[Month]="April") but this doesn't work, of course. Is
there an expression I can write to accomplish this?
Thanks in advance.