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.
Number of children in Hierarchical Band
Re: Number of children in Hierarchical Band
Hello,
Please try to use the Count() function.
Please see the sample report http://web.stimulsoft.com/View/Reports/TreeWithTotals
Thank you.
Please try to use the Count() function.
Please see the sample report http://web.stimulsoft.com/View/Reports/TreeWithTotals
Thank you.