Hi,
I am grouping a report based on account type (A,C,X). I am calculating summaries of amounts (Sum({XYZ.Amount},{XYZ.ACTTYP})) for these accounts.
A
100
C
200
X
150
In the report footer i want to display details like
For Type A: Amount = 100
For Type C: Amount = 200
For Type X: Amount = 150
Is there any way to display this (running total?/formula?/)..?
I am grouping a report based on account type (A,C,X). I am calculating summaries of amounts (Sum({XYZ.Amount},{XYZ.ACTTYP})) for these accounts.
A
100
C
200
X
150
In the report footer i want to display details like
For Type A: Amount = 100
For Type C: Amount = 200
For Type X: Amount = 150
Is there any way to display this (running total?/formula?/)..?