Hi,
This formula is adding summerized totals on the same group (as a running total) but my problem is that I need the summerized totals to be added in the report footer(and not as a running total but as individual).
example.
5 6 4 (detail group)
5 6 4
5 6 4
15 18 12 (summerized totals to show in report footer)
I have dragged this formula into the report footer but it only takes the total of one summerized total and not all 5 of them. Here is the formula.
shared numberVar totinc := totinc + Sum ({CLAIMANT_COVERAGE_FIN.TOTAL_INCURRED}, {CLAIM.CLAIM_NUMBER})
Any help with this problem will be greatly appreciated.
Thanks
Joe