Skip to main content
Nintex Community Menu Bar
Solved

Basic form rule not working properly

  • November 8, 2023
  • 3 replies
  • 177 views

Forum|alt.badge.img+2

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.

Best answer by ShawnL

It turns out there was an issue with “FieldA”.  I deleted it and recreated it and now my original formula is working properly.

3 replies

  • November 8, 2023

I usually use the equals or contains function. Something like not(equals(FieldA,”XYZ”)), and for FieldA select it from the control elements tab.


Forum|alt.badge.img+2
  • Author
  • Rookie
  • November 8, 2023

BobR,

Thanks for your reply, I tried both not(contains(FieldA, “XYZ”)) and not(equals(FieldA,”XYZ”).  No luck. The panel stays hidden regardless.


Forum|alt.badge.img+2
  • Author
  • Rookie
  • Answer
  • November 8, 2023

It turns out there was an issue with “FieldA”.  I deleted it and recreated it and now my original formula is working properly.