Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

Calculating cumulative page total in a report,

edited October 2006 in RAP
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

Comments

  • edited October 2006
    Hi Kemal,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.