I remember seeing some information about bootstrap condition syntax, but now can't seem to find it. Anyone who could point me in the right direction would be greatly appreciated.
What I have need to do is test two compound statements and it does not seem to be working as I would expect. Written out it is
Condition1 AND Condition2
OR
Condition3 AND Condition4 AND Condition5
I am fairly certain I remember & = AND and | = OR, and figured that they should be grouped by parenthesis to evaluate correctly.
Therefore, I have this written in the tag expression of the bootstraps condition as
(Condition1 & Condition2) | (Condition3 & Condition4 & Condition5)
What I have need to do is test two compound statements and it does not seem to be working as I would expect. Written out it is
Condition1 AND Condition2
OR
Condition3 AND Condition4 AND Condition5
I am fairly certain I remember & = AND and | = OR, and figured that they should be grouped by parenthesis to evaluate correctly.
Therefore, I have this written in the tag expression of the bootstraps condition as
(Condition1 & Condition2) | (Condition3 & Condition4 & Condition5)