I'm trying to count the number of records in a table with the field STATUS that have a Y value. I'm using the expression "=Count(IIf ([Status]="Y",1,0))" . It counts all the values not just the Y's. Any ideas where I'm going wrong? The field has text values in the table.
I'm using this expression in a textbox in a report.
I'm using this expression in a textbox in a report.
Comment