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

Multiple reports in one and summary

edited March 2002 in General
Hi there,

I have merged various reports in one using sections (only detail band,
etc...), now I want to know if I can sum all the summaries of each subreport
and present it at the end of the main report, and how.

Thank you very much.

Jorge

Comments

  • edited March 2002
    You can use a TppVariable in each of the subreports. In each of their
    OnCalc event handlers, you can update the value of a TppVariable in the main
    report's summary band, along with each of their own values. You don't have
    to code the OnCalc event of the main report summary variable, just use it to
    store the total value.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.