Skip to main content
Nintex Community Menu Bar

display panel using \or\" functionality"

  • May 20, 2015
  • 3 replies
  • 8 views

Forum|alt.badge.img+8

Good Afternoon,

I have a panel that needs to appear if either of 2 fields are selected;

example: if user selects option "2" or user selects "yes" to the check box the field is required

radioi1:  O Option1       O Option 2

checkbox1: [_] yes

I have tried the following formulas:

or(checkbox1 != "1", radio1!= "Option 2")

checkbox1 != "1" || radio1!= "Option 2"

Thanks,

Jennifer

3 replies

Forum|alt.badge.img+9
  • May 21, 2015

Hi Jennifer

the following rule shows/hides the panel:

Kind regards

Manfred


Forum|alt.badge.img+8
  • Author
  • May 21, 2015

Thank you, that is exactly what I wanted!


Forum|alt.badge.img+8
  • Author
  • November 2, 2015

Hi Guys,

Thanks again for all the info above. I am now trying to take that and add a field onto to check if a field isNull.  So basically I am trying to so this:

isNullOrEmpty({Self}) && not(or(equals(field1, 'option1'), field2))

If field is null and option1 is chosen and field2 is checked set an error message.

But is just isn't working.

Any guidance is appreciated,

Thank you!

Jennifer