Recent content by jani78

  1. J

    count & iif howto??

    ok, it works, thx
  2. J

    count & iif howto??

    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 ..
  3. J

    count & iif howto??

    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
Back
Top Bottom