Complex logic in display branching | XM Community
Skip to main content
Is there an efficient way to write display logic that does NOT require specifying every single combination of the options? For example with the selection tools on the display logic the only way I can figure out how to state the following:



Q1=0 AND (Q2=1 OR Q3=1)



is to state it this way



(Q1=0 AND Q2=1) OR (Q1=0 AND Q3=1) OR (Q1=0 AND Q2=1 AND Q3=1)



Is there something I am missing? Because this is a simple case, and when there are nested logic conditions I can't figure out how to do this efficiently.



Thanks.
You need to move everything after AND to a new logic set.



!

Leave a Reply