Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the below statement
If(GetFieldSelections(MYField)='A' and GetFieldSelections(MYField)='B', 1,0).
So If I am making a selection A and B in MYField this statement is returning 0 means False. It works fine with or but my requirement is and
What am I doing wrong here
I can see the two values seperated by the comma
Can you share a sample you are working on to check at our end please...?
Which space after the comma you are talking about
The space after the comma and before the B
Can you please resend me the expression showing the space with some symbol
Please check the attached, it is working.
If(GetFieldSelctions(MyField)='A,%B',1,0)
Where the % is the space
I can see its working on ur sample, but it doesnt work on my APP for some reason