On my report I want to count the number of records with have a temp valule greater than 96.8 degrees. Below is the formula, but it returns the total count of the records and does not omitt the records where the temp is less than 96.8. It also makes no difference if I use " " around the temp value.
=IIf([Q2]>96.8,Count([Q2]),0)
This is probably simple but I just am not seeing it.
Can anyone tell me what the problem is???
Thanks