J
Jason
Using the syntax from a few posts down, I am trying to
count the instances of "Yes" in a yesno field. The
expression that I am using, is the following:
=Count(IIf([Washout] = "Yes", 1, Null))
When I go to run the report, however, I get an error
telling me that the expression is too complex. Can anyone
tell me what I am doing wrong?
Thanks,
Jason
count the instances of "Yes" in a yesno field. The
expression that I am using, is the following:
=Count(IIf([Washout] = "Yes", 1, Null))
When I go to run the report, however, I get an error
telling me that the expression is too complex. Can anyone
tell me what I am doing wrong?
Thanks,
Jason