I want to create running totals but print them not in e.g. in a group footer. All totals should be printed at the end of the report. The number of needed running totals is not defined before, it depends on the number of different grouping criterias:
Example
Criteria Amount
1995 10
1995 10
1996 20
1997 30
1997 10
...
At the end of the report shoul appear the following:
1995 20
1996 20
1997 40
There could be more criteria in the report (e.g. 1998 or 1999), but it is not defined before I start the report.
Thank you for your support