display panel using \or\" functionality"


Badge +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

Badge +9

Hi Jennifer

the following rule shows/hides the panel:

Kind regards

Manfred

Badge +8

Thank you, that is exactly what I wanted!

Badge +8

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

Reply