I'd like to show the subtotals for each group at the bottom of my report, rather than inside each group. How can I do this?
Asked
Active
Viewed 110 times
2 Answers
0
Create another dataset that subtotals by currency and add a table at the end the displays the results.

Chris Latta
- 20,316
- 4
- 62
- 70
0
You could add a second grouping to the table and group by your group. Right-click on the group --> Add Group --> Adjacent Below.
Then you'll have an extra grouping in the same table.
Or create a separate table using the same dataset but grouping by each group.

Hannover Fist
- 10,393
- 1
- 18
- 39