thx, but don't work..
I don't understand why..
I can't able to write to the expression row this: =Count(IIf([mezo11]="3",0))
Error message:
"Invalaid syntax in the expression ..
Hi guys,
I would like to count how many "3" numbers are in a query column, and the result see in a report.
I try this expression in the report:
=IIf([mezo11]=3;Count([mezo11]))
and
=Count(IIf([mezo11]="3",0))
but don't work