Skip to main content
Nintex Community Menu Bar
Solved

Nintex Form - Validation rules on multiple checkboxes

  • September 23, 2024
  • 2 replies
  • 74 views
  • Translate

Forum|alt.badge.img+3
  • Rookie
  • 23 replies

I have Nintex form with a Choice column that has multiple checkbox enabled where the user can make multiple selections:

  [] Repetitive [] Non-Repetitive

I want to have another field "WireType" require a value if 2 checkboxes above is selected values. I created a validation rule below but it doesn't work. What's the correct rule to apply? I'm appreciated for your help.

WireType == "Repetitive" && WireType == "Non-Repetitive" &&
isNullOrEmpty(Amount)

 

I also tried this rule and it doesn’t work:

contains (WireType, "Repetitive") && contains(WireType, "Non-Repetitive") && isNullOrEmpty({Self})

Best answer by SimonMuntz

Hi @YV,

You need to name the choice control.  In my example, I have called it CheckBoxs.
The rule applied to the WireType control would then be:

CheckBoxs == "Repetitive,Non-Repetitive" && isNullOrEmpty({Self})

Please see the attached New responsive form export for more information.
 

View original
Did this topic help you find an answer to your question?

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • 2451 replies
  • Answer
  • September 23, 2024

Hi @YV,

You need to name the choice control.  In my example, I have called it CheckBoxs.
The rule applied to the WireType control would then be:

CheckBoxs == "Repetitive,Non-Repetitive" && isNullOrEmpty({Self})

Please see the attached New responsive form export for more information.
 

Translate

Forum|alt.badge.img+3
  • Author
  • Rookie
  • 23 replies
  • September 24, 2024

It works. Thanks, SimonMuntz. 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings