Hi all,
I am writing a report and I dont know how to produce the grand totals in the report footer for the following data.
The file contains three columns: Reference, Type and Value.
Ref Type Value
--- ---- -----
1 A 100
2 A 20
3 B 50
4 H 200
5 H 100
6 Z 800
The report shows the details as above in reference order,
but I want to show the totals like this: -
Type Value
==== =====
A 120
B 50
H 300
Z 800
This is a very simple version of what I am actually trying to do. Does anyone know how to achieve this without the overhead of using a subreport?
I am writing a report and I dont know how to produce the grand totals in the report footer for the following data.
The file contains three columns: Reference, Type and Value.
Ref Type Value
--- ---- -----
1 A 100
2 A 20
3 B 50
4 H 200
5 H 100
6 Z 800
The report shows the details as above in reference order,
but I want to show the totals like this: -
Type Value
==== =====
A 120
B 50
H 300
Z 800
This is a very simple version of what I am actually trying to do. Does anyone know how to achieve this without the overhead of using a subreport?