Nested Condition
Ninja
Member Posts: 7
Hi
Is it possible to do nested condition for a rule? I can't seem to find a way to do the second expression (ie. (B=2) or (B=3) ) within the same rule:
e.g. IF (A is true) AND ( (B=2) or (B=3) ) then
DoSomething;
Thanks!
Is it possible to do nested condition for a rule? I can't seem to find a way to do the second expression (ie. (B=2) or (B=3) ) within the same rule:
e.g. IF (A is true) AND ( (B=2) or (B=3) ) then
DoSomething;
Thanks!
Comments