I have a Report, and i would like to count a specific record. For example,
The report is grouped on name and I have another Field Name called OTYP, which means Order Type. I want to count a specific record, for example EX, from the field name OTYP in the Report Footer. I tried to enter an IIF statement, also a countif, but does not seem to work. My formula was this =IIF([OTYP]="ex",Count,0. Please help. Thanks
The report is grouped on name and I have another Field Name called OTYP, which means Order Type. I want to count a specific record, for example EX, from the field name OTYP in the Report Footer. I tried to enter an IIF statement, also a countif, but does not seem to work. My formula was this =IIF([OTYP]="ex",Count,0. Please help. Thanks