I have a report that is grouped by an ID number as a header, then a detail section displaying that relates to the ID number. There are two currency fields, and a calculated field which displays the sum of the two currency fields for each record.
Then I have a footer of the ID number which has a calculated field, which I want to be able to total the calculated field for all records in that group. What's the easiest way to achieve this?
example of report layout:
IDNumber
...............Person........currency1......curren cy2.......totalCurrency
.................................................. ..................sum Of Total Currency
totalCurrency = sum of currency1 & currency2
sum of Total Currency = sum of all total Currency in that group
I have totalCurrency calculated field working...that was easy....it's the sum for the group i'm having trouble with