I can't seem to figure out how to build an OR branch that also contains an additional AND clause...a "while also" if you will.
For example, is it possible to query the following while building a segment?
Condition 1 = Value
AND ALSO
Condition A = Value
OR Condition A CONTAINS value AND Condition B does not contain data. (i.e. Condition A contains a value while also factoring in Condition B)
I ended up having to split this into two segments, as I couldn't figure out how to do an OR branch that also includes an AND as part of its condition. It'd be nice if I could have this as part of the same segment.
Thanks!