Dear all
I’ve got the following hide when formula detailed below.
@If(Status=“Assurance RM Consultation Required” : “Low Risk Declined” : “Low Risk Confirmed”;@True;
Subsidiary = “No” | Subsidiary1 = “Yes” | Subsidiary31 = “Yes” | Subsidiary42 = “Yes”; @True;
@True)
To clarify in case i’ve got the syntax wrong, basically it should read, IF (any of the listed statuses are True) OR IF (any other those questions / answers are true) THEN hide the Submit To Confirm Low Risk button.
However on forms where the Status is Draft or new i.e. not listed in the above formula and Subsidiary = Yes, the Action button is still not appearing. I’m wondering if i’ve ordered the syntax incorrectly
Thanks in advance