I am trying to add how many records have the Ethnic value of "P", "U", or "W". I have tried different variations of:
iif (query.ethnic_cod = ["P", "U", "W"], 0, 1) and the report errors out.
Please advise.
I am trying to add how many records have the Ethnic value of "P", "U", or "W". I have tried different variations of:
iif (query.ethnic_cod = ["P", "U", "W"], 0, 1) and the report errors out.
Please advise.