E
Emile
I am trying to build an expression that is basically an IIf function, but I want to evaluate the field PCNID to see if it is either a 7 or 13 or 14 or 24
My expression looks like this:
IGFS: IIf([PCNID]=7 Or 13 Or 14 Or 24,'YES','NO')
I am not getting the required result.
Can the IIf function contain OR in the expr evaluation?
If not how would I tackle this simple issue?
Thanks in advance for any help
My expression looks like this:
IGFS: IIf([PCNID]=7 Or 13 Or 14 Or 24,'YES','NO')
I am not getting the required result.
Can the IIf function contain OR in the expr evaluation?
If not how would I tackle this simple issue?
Thanks in advance for any help