Hi all,
Hoping someone can help as I am clearly getting my rule wrong. I have a control that I want to unhide if either part of a quality check fails (or both), after much research i came up with an or cluster:
or(not(contains(ProcessScore, "Fail")),not(contains(ServiceScore, "Fail")))
Unfortunately this only unhides the control when both fields fail, which is fine but I also need it to appear if one is set to Pass and the other Fail.
Any ideas? Many tha