Advanced Logic Error
Hi,
I am building a smart campaign and the smartlist has 4 filters.
Anyone who qualifies for any 2 filters should qualify to run through the flow step.
The logic I want to see is
(1 and 2) or ( 1 and 3) or ( 1 and 4) or(2 and 3) or( 2 and 4 ) or(3 and 4 ) . This logic is giving me error - Not saved, repeated filter: 1
So, I tried
(1 and ( 2 or 3 or 4)) or(2 and (3 or 4 )) or(3 and 4 ). This logic is also giving me error - Not saved, repeated filter: 2
I may have more number of filters, so really want to make this work.
Could someone please suggest the best way to write this logic.