harding1031
Programmer
I have to calculate the total amount of time by group, grouped on a processing line type. The problem is, my boss wants me to display the group totals, just the totals in the beginning of the report. How do I retrieve these group totals prior to running the entire report. I thought about creating a supreport to calculate the group totals that will fire in the report header section, but there has to be a better way to retrieve the totals without a subreport in the report header section.
This is what I have to display:
Group 1 total
Group 2 total
Group 3 total
Group 1
.....details
.....
Group 2
.....details
.....
Group 3
....details
Any ideas. TIA.
This is what I have to display:
Group 1 total
Group 2 total
Group 3 total
Group 1
.....details
.....
Group 2
.....details
.....
Group 3
....details
Any ideas. TIA.