How do I hide a Nintex Form control based on a choice?

  • 29 December 2015
  • 2 replies
  • 10 views

Badge +3

I'd like to hide a Nintex Form control based on a choice: "Large" or "Small". If the User chooses Large then I want to hide a control. If the User chooses Small then I want to display the control.

I know how to hide a control based on the selection of a checkbox, but this is not the same.

It's pretty easy to do in InfoPath, but I'm not sure how to create a formula that will evaluate to True in order to hide the control.


2 replies

Badge +3

Disregard - I was using the equals Runtime Function with the Item Property and not the Named Control. After I fixed that it worked.

Now my Condition looks like this:  equals(CustomerSize,"Large") - based on this my rule hides the next control.

Userlevel 7
Badge +17

Awesome, well done finding that resolution. Go ahead and mark you answer as correct as I'm sure this will help others seeking with the same question.

Reply