I have a Nintex responsive form on prem in SharePoint 2019 with a basic hide rule on a panel. If field A !=”XYZ”, hide the panel. I can’t get it to work properly, I’ve tried double quotes around the value i.e. FieldA !=”XYZ” ; I’ve tried single quotes, I’ve tried no quotes. I could use some assistance, please.
Page 1 / 1
I usually use the equals or contains function. Something like not(equals(FieldA,”XYZ”)), and for FieldA select it from the control elements tab.
BobR,
Thanks for your reply, I tried both not(contains(FieldA, “XYZ”)) and not(equals(FieldA,”XYZ”). No luck. The panel stays hidden regardless.
It turns out there was an issue with “FieldA”. I deleted it and recreated it and now my original formula is working properly.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.