Page 1 of 1

Number of children in Hierarchical Band

Posted: Thu Sep 25, 2014 4:38 pm
by ajcervera
Hello Team,

I have a report with a herarchical band in order to represent something like this:

- Father1
---- Child 1
---- Child 2
---- Child 3
- Father2
---- Child 1
---- Child 2

And I would like to ask you about how to get the total number of children for each father before print the databand content in order to display something like this:

- Father1 (3 children)
---- Child 1
---- Child 2
---- Child 3
- Father2 (2 children)
---- Child 1
---- Child 2

Thank you in advance.

Re: Number of children in Hierarchical Band

Posted: Fri Sep 26, 2014 10:46 am
by Alex K.
Hello,

Please try to use the Count() function.
Please see the sample report http://web.stimulsoft.com/View/Reports/TreeWithTotals

Thank you.