I have a report where a group is suppressed bases on the running total. This works fine.
What I am having a problem with is that I also need an additional running Total Field at the end of the report where it will total all running totals from the unsuppressed groups.
group not displayed
pn loc total
1 1 10.00
1 2 30.00
total 40.00
group displayed
pn loc total
2 1 10.00
2 2 20.00
total 30.00
group displayed
pn loc total
3 1 5.00
3 2 10.00
total 15.00
I would like the report to report the following:
report footer
total 45.00
What the report is doing today is this:
report footer
total 85.00
Thank you,
Mauro
What I am having a problem with is that I also need an additional running Total Field at the end of the report where it will total all running totals from the unsuppressed groups.
group not displayed
pn loc total
1 1 10.00
1 2 30.00
total 40.00
group displayed
pn loc total
2 1 10.00
2 2 20.00
total 30.00
group displayed
pn loc total
3 1 5.00
3 2 10.00
total 15.00
I would like the report to report the following:
report footer
total 45.00
What the report is doing today is this:
report footer
total 85.00
Thank you,
Mauro