I have 3 fields:
I want to make Business a required field only when:
AND
I've currently have:
and have tried a few variations but have been unable to get the double operator to work.
Is it possible and I have the syntax wrong, or is it not possible to use 2 operators?
Thanks!
Hi Bill
The expression you have is logically a bit incorrect
This is what it's should be
(FormType:ChoiceA OR FormType:ChoiceB) AND Ready:Yes
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.