I have a Crystal report that needs to display the group count in the group header. To be clear when I say count I don't mean the count of the details but the count of the actual group.
For example, if the report groups on field A and the report ends up creating three groups lets say X, Y, and Z. I need group X to display 1, group Y to display 2, and group Z to display 3.
I have tried adding a summary with count of field that is being grouped on but this displays the count of the rows from the detail of the group instead of the count of the group itself.
Hope this is clear. Thanks in advance for any help.