Complex logic in display branching | XM Community
Skip to main content
Solved

Complex logic in display branching

  • June 21, 2019
  • 1 reply
  • 26 views

Forum|alt.badge.img+1
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.

Best answer by Akdashboard

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

1 reply

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • Answer
  • June 21, 2019
You need to move everything after AND to a new logic set. !