Count data rows by value
I'm looking for a good example of counting different data values in a master data band. For instance, the Status field could contain values 'green', 'yellow' or 'red'. So I'd like to count the number of instances of 'green', 'red' etc and then display those values in a group footer. Any help would be most appreciated.
Comments
I hope this idea will help you:
order by the colour
the group should be grouped by the Field [qry."Colour"]
group-footer: 1 field with the "name" [qry."Colour"] of the colour and 1 field [COUNT([QRY."Colour"])]
Then the footer contains the name of the colour and the counting