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

Group count on summary

edited January 2005 in General
I am grouping a report on client code and I wonder is there an easy way to
show a count of the groups on the summary. Show the count of the unique
clients ?

Thanks

Comments

  • edited January 2005
    Hi Andrew,

    You can use the Report.GroupCount to determine how many groups are in the
    report. If you want count how many times a single group breaks, you could
    place a TppVariable inside the summary band that calculates on group break.
    Then in the OnCalc event, increase its value by one.

    --
    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.