Skip to main content
Nintex Community Menu Bar

Nintex form condition rule the OR rule

  • February 20, 2019
  • 7 replies
  • 46 views

Forum|alt.badge.img+9

I need to hide a control when another control (A) equals low or high. If the control equals mid then I want to see the control.

7 replies

Forum|alt.badge.img+14
  • Scholar
  • February 20, 2019

what type is controlA of?


Forum|alt.badge.img+9
  • Author
  • Rookie
  • February 21, 2019

 

Control A is a choice field.


Forum|alt.badge.img+14
  • Scholar
  • February 21, 2019

then following formulas should work 

 

or(equals(controlA,"low"),equals(controlA,"high'))
controlA == "low" || controlA == "high"

make sure you build up the formulas in formula builder and do not copy&paste it from here.

make sure controlA is taken from named control and not from item properties.

 


Forum|alt.badge.img+9
  • Author
  • Rookie
  • February 21, 2019

Perfect - Thanks


Forum|alt.badge.img+11
  • Nintex Partner
  • February 21, 2019

Or: not(equals(controlA,"mid")) :smileywink:

BTW: It would also not show if controlA is not set.....


Forum|alt.badge.img+9
  • Author
  • Rookie
  • March 20, 2019

what happens if control A is a lookup field?

 

Thanks


Forum|alt.badge.img
  • June 23, 2020

only for the following sites, that panel should get displayed. when i use the following with hide, it doesnt work

or(not(equals(Location,"Alpharetta, GA")),not(equals(Location,"Altamonte Springs, FL")),not(equals(Location,"Canton, OH")), not(equals(Location,"Charlotte, NC")),not(equals(Location,"Chicago, IL")),not(equals(Location,"Kettering, OH")),not(equals(Location,"Merriam, KS")),not(equals(Location,"Phoenix, AZ")),not(equals(Location,"Rapid City, SD"),not(equals(Location,"San Juan, PR")), not(equals(Location,"Stamford, CT")))