HI, I am trying to use an OR operator with a field formula i.e. - IF [SDLNTY]="CN,DN" THEN 0 ELSE [SDSOQS] ENDIF = So if the reference column(SDLNTY) contains the string CN Or the string DN then the new field value should be 0 Otherwise it should show SDSOQS column.
I'm guessing this should be fairly straightforward but I wasn't able to find it out so far.
Appreciate the help!
Solved! Go to Solution.
Please try this :
IF [SDLNTY] in ("CN","DN") THEN "0" ELSE [SDSOQS] ENDIF
Vishwa
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
5 |