I need a count - I have a drop down box titled Status with 2 items in it. Funded and Pending. I need a total on my report of each. For example:
Funded Awards = 7
Pending Awards = 6
I was attempting to put a count in the page footer of report, something like this:
=Count([Grant Query]![Status]="Funded")
Not working for me though, any help would be appreciated.