1

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?

enter image description here

enter image description here

Conrad Addo
  • 424
  • 1
  • 5
  • 15

2 Answers2

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.

enter image description here

Then you'll have an extra grouping in the same table.

enter image description here

Or create a separate table using the same dataset but grouping by each group.

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