-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
4.0.27, 5.0.7, 5.2.3, 5.4.0alpha1
User is forced to use "custom formula" because "And/Or" option does not work as expected.
See user manual.
And/Or - all conditions must be met, conditions having same tag name will be grouped by Or condition
Steps to reproduce:
- Navigate to Configuration -> Actions
- Create such conditions:
- B Value of tag a equals a
- C Value of tag a equals s
- D Value of tag b equals a
- E Value of tag b equals c
- Choose Type of calculation: And/Or
Result:
A or B or C or D
Expected:
(A or B) and (C or D)