cancel
Showing results for 
Search instead for 
Did you mean: 

How to use 'AND' statements in filter?

Former Member
0 Kudos

I am trying to filter out data in the visualize step of my data, and running into an issue.

I can successfully use the 'Not Like' filter with a statement such as '%apples%' or '%bananas%', so long as I only use one option at a time.

I would like to filter for Not Like %apples% AND Not Like %bananas% but I am not understanding how I can achieve this.

When I try Not Like %apples%, then add anything else into my string (such as %apples%bananas%) I can see my results increase, meaning results that previously were meeting my filter criteria, no longer do. (This is understandable, because %apples%bananas% I believe means look for strings that are like RedApplesAndYellowBananas - which is not what I'm trying to achieve.)

How can I utilize multiple 'not like' filters, each with wildcards:


NOT LIKE %apples%

AND

NOT LIKE %bananas%

Attached is a screenshot of the filter and wildcards I'm trying to work with.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you supply an example of what you are trying to filter out?

Cause when I try the syntax of NotLike %50%%59%...it removes the highlighted value from my data.

Which is the same as saying Notlike %50% AND NotLike %59%

Which results in

Answers (0)