Solved

Basic form rule not working properly

  • 8 November 2023
  • 3 replies
  • 62 views

Badge +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.

icon

Best answer by ShawnL 8 November 2023, 14:49

View original

3 replies

Userlevel 2
Badge +6

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

Badge +2

BobR,

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

Badge +2

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

Reply