I have a report that is run from a query. I have a field that reports a "broad Category" say cat1, cat2, cat3. I would like to only include in the report how many times each categories were chosen. I have tried using the following:
=Count(Abs([broad_category]="cat1"))
But that just gives me a total count of the "broad category" and not the sum or count of cat1. can someone please suggest a different method.
Thanks!!
Paul
=Count(Abs([broad_category]="cat1"))
But that just gives me a total count of the "broad category" and not the sum or count of cat1. can someone please suggest a different method.
Thanks!!
Paul