Home General

counting subgroups

edited June 2001 in General
I'm building a report which has two groups, groups[0], and groups[1].

I want to show a count of inner groups (groups[1]) in each outer (groups[0])
group footer.

I also want to show a total of these counts in the report summary.

I've tried a number of methods, none of which gives accurate results.
Does anyone know how to do this?
Thanks in advance!

Brian.

Comments

  • edited June 2001
    Have you tried using a TppVariable which is set to calculate (use its OnCalc
    event to increment its value) on GroupEnd and reset on GroupEnd. However,
    the calculation group is your inner group and the reset group should be the
    outer group. You'll want to use the timing dialog by right clicking on the
    variable in the designer.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.