Compound conditions in train interrupts
Posted: Fri Nov 15, 2024 3:37 pm
Hi,
I'm not certain how to control priority of AND/OR operations (parenthesis basically). And also not sure how to read UI.
Attached (ignore station names) reads to me as A OR (B AND C AND D). I want to achieve (A OR B) AND C AND D.
Of course, as a workaround I could decompose it into two independent interrupts - (A & C & D) and (B & C & D), but then what's the point of having OR ?
Is there any way in UI I miss to make OR higher priority than ANDs? There is no drag left-right
Thanks.
I'm not certain how to control priority of AND/OR operations (parenthesis basically). And also not sure how to read UI.
Attached (ignore station names) reads to me as A OR (B AND C AND D). I want to achieve (A OR B) AND C AND D.
Of course, as a workaround I could decompose it into two independent interrupts - (A & C & D) and (B & C & D), but then what's the point of having OR ?
Is there any way in UI I miss to make OR higher priority than ANDs? There is no drag left-right
Thanks.