Reputation: 2242
Using stimulsoft designer, I built a report which contains groups and sub groups. Next to "NO of Days", how can I show total number of subgroups (not rows) within that group? and how can I use conditional if for that? I tried all ways (Count, CountDistinct, cCount, colCount) with no hope.
For designer view, check below:
Upvotes: 1
Views: 787
Reputation: 1329
You should try to use the CountDistinct with the Group Header as a first parameter. This should calculate count for these groups.
Upvotes: 0