Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to create a nested set analysis with the following nested If statement, would appreciate any help or ideas.
=If([PROVIDER]='ABC' OR 'XYZ' AND [CODE] like '7*','NO',
If([FSC]=61,'NO',
If ([LOC]='HSP' AND([C_DT]-[S_DT])>3, 'YES',
If([LOC]='DLS' AND([C_DT]-[S_DT])>45,'YES',
'NO'))))
Why don't you make the change in the script to create a new field with YES and NO values? AFAIK, I think this expression is not the best place to use set analysis.