I tried the new Smartlist 2.0 that is supposed to have advanced filters but I found that it's the same logic as the old one being:
(CONDITION and CONDITION) or (CONDITION and CONDITION)
What if I want to have a common tag among all the contacts like this?
(Tag A or Tag B) and Tag Z
Z being the common tag
The only way to do this right now is:
(Tag A and Tag Z) or (Tag B and Tag Z)
Then if I want to add another tag it'll be like:
(Tag A and Tag Z) or (Tag B and Tag Z) or (Tag C and Tag Z)
This is a simplified example but for lists involving multiple tags, it's really time consuming.
Please add a way to do it like this:
(Tag A or Tag B or Tag C) and Tag Z