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?
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?
Create another dataset that subtotals by currency and add a table at the end the displays the results.
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.