Hi,
I need something like this in a trigger expression:
Meaning: if expression b is true, forget about expression c and vice versa. b and c cannot be true at the same time, it is either or.
Is this possible?
I need something like this in a trigger expression:
Code:
expression a or ( expression b or expression c ) or expression d
Is this possible?