Skip to main content
Nintex Community Menu Bar

Validation rule challenge

  • June 21, 2017
  • 6 replies
  • 11 views

Forum|alt.badge.img+6

Hello! I have a question that is required to be completed if the submission is a certain type of job. If the job is a "Logo Request for Sponsorship" then the submitter must answer "How the logo will be used". When I test it, I'm answering the question yet form is failing. Thoughts?

6 replies

Forum|alt.badge.img+16

please screenshot your validation rule


Forum|alt.badge.img+9

Hi Jennifer Smith,

Use Runtime function "isNullOrEmpty" with named control name.

            204807_pastedImage_7.png                              204806_pastedImage_6.png

204795_pastedImage_1.png204804_pastedImage_4.png

Add your condition to the rule and check it.

Thanks,

Lakshmi Narayana C


Forum|alt.badge.img+6

Thank you. That worked. It seems that everything I think I need to do a certain way, I actually need to negate what I thought.


Forum|alt.badge.img+6

Similar to this issue; can I do a validation rule on a panel of questions? The panels don' t show in my named controls to apply the same logic as above that worked for the individual question?


Forum|alt.badge.img+16

You will have to apply the rule on each control inside the panel - cannot validate the panel itself.


Forum|alt.badge.img+6

ok thank you