Preemption rules of operations #437
-
What are the preemption rules of operators for sections and rules? For example: Section1 "and" Section2 "and" Section3 "or" Section4 "and" Section5 or Section6 Will it group to this: Or will it group to this: *Same question for Section replaced with Rule I would like to have multiple sections where there will be multiple "AND" and "OR" within each section but still have all sections with "AND" compared to each other. Example:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not quite happy with the way this is implemented right now. An 'or' rule / section will add its result to the previous result. So in your example, it would be something like this: [[[[section1 and section2 and section3] or section4] and section5] or section6] I'd like to improve this, so there's more control over this behavior. Unfortunately, I don't have enough of free time lately. So it won't be soon. |
Beta Was this translation helpful? Give feedback.
I'm not quite happy with the way this is implemented right now. An 'or' rule / section will add its result to the previous result. So in your example, it would be something like this:
[[[[section1 and section2 and section3] or section4] and section5] or section6]
I'd like to improve this, so there's more control over this behavior. Unfortunately, I don't have enough of free time lately. So it won't be soon.