Unhide Controls on selection on single or Multiple Check Box


Badge +3

I am using a Nintex form to hide and area unless a check box has been selected. I have a need for there to be two check boxes and if either or both check boxes are selected I need to un-hide  a control. I haven't seen anyone else describe this problem.


4 replies

Userlevel 4
Badge +7

your rule needs to be or(not(checkboxA),not(checkboxB)) and check the hide checkbox.

Badge +3

Paul Crawford when I use this formula both check boxes have to be checked for the field to show. I am looking for a way for it to be either check box or both check boxes.

For instance my two check boxes are:

Company Badge

Laptop

If only company badge is checked I have a field unhide for the input of an Name and Address of where to ship the badge

If only Laptop is checked I need to unhide the same fields.

If both are checked I need to unhide the same fields.

Badge +3

Paul Crawford sent me in the correct direction.

If you are looking to do either check box you use or(not(checkboxA),not(checkboxB))

If you need it to be either check box or both check boxes use: if(not(checkboxA),not(checkboxB))

This works perfectly!!

Userlevel 5
Badge +13

Steve White‌, glad you were able to get your solution! Make sure to mark an answer as correct to help others in the community happy.png

Reply