SOLVED

Re: Smart List - Using AND and OR filters

Go to solution
Anonymous
Not applicable

Smart List - Using AND and OR filters

Hi There, I am building a smart list for an upcoming email send and most of the criteria is using the ALL filters. However, there are two filters that I want to be ANY...  Does anyone know how I can set this up correctly through the advanced filter setting? I tried to write in: 1 and 2 and 3 and 4 and (5 or 6) but that did not work. Any other recommendations? 

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Dan_Stevens_
Level 10 - Champion Alumni

Re: Smart List - Using AND and OR filters

It should produce the same result regardless in this case.  There shouldn't be a need for the extra set of parenthesis with the logic that you have.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Re: Smart List - Using AND and OR filters

Hi Emily,

Do you mind either sharing a screenshot or adding here your parameters?

 
Dan_Stevens_
Level 10 - Champion Alumni

Re: Smart List - Using AND and OR filters

It would be helpful to see which filters you're using and the desired outcome.  But at a high level, have a look at this article: https://community.marketo.com/MarketoArticle?id=kA050000000KzKeCAK.  Also note that you must have 3 or more filters in order to apply advanced filter logic; and the logic only is applied to filters (and not Triggers).
Anonymous
Not applicable

Re: Smart List - Using AND and OR filters

I have been playing with this and I think I just needed additional parenthesis.

Originally I tried this, which did not work:
1 and 2 and 3 and 4 and 5 and 6 and 7 and (8 or 9)

When I tried this it seemed to be a more accurate number:
(1 and 2 and 3 and 4 and 5 and 6 and 7) and (8 or 9)

Does this look correct to you? 
Dan_Stevens_
Level 10 - Champion Alumni

Re: Smart List - Using AND and OR filters

It should produce the same result regardless in this case.  There shouldn't be a need for the extra set of parenthesis with the logic that you have.