Hello,
I am planning to set up segment filter like this:
cond1 AND (cond2 OR cond3)
I realize that I can’t do that. When I add OR, it breaks out of the group and becomes (cond1 AND cond2) OR cond3.
Any suggestion how do i get around this?
Hello,
I am planning to set up segment filter like this:
cond1 AND (cond2 OR cond3)
I realize that I can’t do that. When I add OR, it breaks out of the group and becomes (cond1 AND cond2) OR cond3.
Any suggestion how do i get around this?
Sure:
clicked on any message not equal YES
AND
city including TEST
OR
clicked on any message not equal YES
AND
Date added greater then 2023.03.06
Thanks so much @joeyk
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.