How to write not equal to in the Manifest Expression?
Hi,
Navigation: Administration-Application > Manifest Expression
How do we write negative operater in the expression?
I wish to create a expression as below
The value of a profile attribute "My Profile Attrib" should not be "Not Applicable".
Will below work?
GetProfileAttr("My Profile Attrib") != 'Not Applicable'
Or there is some other operator for Not Equal to like <> or NOT
Thanks and Regards