cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

what is the method when i want to execute a panel or action when three rules are true

hello ,
i want to show a panel only when three rules which i am specifying are true.
Upto 2 rules i have checked but when i use three rules and action should be executed only when three rules are true , what is the workaround for using 3 rules.
It would be a pleasure if i can get some suggestions
Labels (1)
0 Kudos
(2) Replies
Yves_Kreis
Level 7

No workaround needed, just AND the 3 rules.

Best Regards,
Yves
0 Kudos
purcellk24
Level 7

When using multiple rules...

AND -> ALL rules have to evaluate to true.
OR -> ANY of the rules evaluate to true.

It doesn't matter how many there are.

The more complicated version is when you want 2 ANDed and a 3rd ORed. Then you have to evaluate rules on different actions.

Check out the Rules page in the manual.
0 Kudos