ketankshah
IS-IT--Management
I am using quick reports in Delphi 5. In a report I want to calculate the share of value of each row. For that I need the sum of a particular group. I am getting the sum in the group footer. But for calculation how can I get the sum at each row. This is case of forward reference.
e.g.
The report is something like this.
Product Sales Share
------- ----- -----
AAA 700 70% (Share is calc. as 700/1000*100)
BBB 200 20%
CCC 100 10%
----
Total 1000
Ketan
e.g.
The report is something like this.
Product Sales Share
------- ----- -----
AAA 700 70% (Share is calc. as 700/1000*100)
BBB 200 20%
CCC 100 10%
----
Total 1000
Ketan