Calculating cumulative page total in a report,
Hi,
I Need to make a cumulative page total like this ,
Page 1
0 (cumulative total before page1 )
........... 100
........... 150
........... 200
p1 footer 450 (sum page1 values)
450 (sum page1 values +before page 1 ) (450 + 0)
page 2
450 (cumulative total from page 1 )
........... 100
........... 150
........... 200
p2 footer 1000 (sum page2 values)
1450 (sum page1 values + p2 values ) (450 + 1000)
Thanks,
Kemal
I Need to make a cumulative page total like this ,
Page 1
0 (cumulative total before page1 )
........... 100
........... 150
........... 200
p1 footer 450 (sum page1 values)
450 (sum page1 values +before page 1 ) (450 + 0)
page 2
450 (cumulative total from page 1 )
........... 100
........... 150
........... 200
p2 footer 1000 (sum page2 values)
1450 (sum page1 values + p2 values ) (450 + 1000)
Thanks,
Kemal
This discussion has been closed.
Comments
Try using TppVariables in the footer band to calculate the page totals. You
can make the calculations inside the OnCalc event of the variables and
determine when you would like each one to reset its value using the timing
dialog or ResetType property.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com