Conditional count in group header band
Posted: Thu Sep 16, 2010 9:54 pm
If I wanted to put a count in a group header band, I would usually use something like
{Count(GroupHeaderBand0)}
that gives me a count of the records inside that Group Header Band
If I wanted to do a conditional count of the records so that I only got counts for specific values what would I do?
The documentation talks about CountIf. Could I use something like:
{CountIf(GroupHeaderBand0, ???)}
Cheers,
Dan
{Count(GroupHeaderBand0)}
that gives me a count of the records inside that Group Header Band
If I wanted to do a conditional count of the records so that I only got counts for specific values what would I do?
The documentation talks about CountIf. Could I use something like:
{CountIf(GroupHeaderBand0, ???)}
Cheers,
Dan