Skip to main content
Nintex Community Menu Bar

Hide/Show a field based on Yes/No

  • January 13, 2020
  • 3 replies
  • 36 views

Forum|alt.badge.img+1

Hello,

I am trying to Hide/Show a field based on the input of Yes/No checkbox.

So, i have a yes/no box, a label and a single line text box.

If I check the yes/no box, the label and a single line text box should hide. How do i accomplish this?

3 replies

Forum|alt.badge.img+1

Forgot to attach the image.


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • January 13, 2020

Hi,

 

On the Label and the Single Lines of text control add a Fromatting rule configured to hide and use the formula:

equals(YesNoControlName,false)

See sample form attached which demonstrates this.


Forum|alt.badge.img+9
  • January 15, 2020

Because the control evaluates to true or false, simply use the control name as formula.