Complex logic in display branching | XM Community
Solved

Complex logic in display branching

  • 21 June 2019
  • 1 reply
  • 14 views

Badge +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.
icon

Best answer by Akdashboard 21 June 2019, 21:50

View original

1 reply

Userlevel 7
Badge +6
You need to move everything after AND to a new logic set.

!

Leave a Reply