Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Multiple filter

kamal03
9 - Comet

Hi Alteryx family,

 

I want to filter out the column based on the sample data provided below.

 

I am using this formula:-!Contains([Name], "EventYear") but I want to filter multiple values using the single formula, I know I can use multiple not contain formulas like the one below:-

 

!Contains([Name], "EventYear") or !Contains([Name], "TEST") or !Contains([Name], "test1")

 

But I want to know if there is any easy method to do this.

 

Thanks in advance.

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

One option attached

 

Screenshot 2024-01-22 055501.png

Chris

Peachyco
11 - Bolide

If it's a short list of values that you're filtering out, I'd put them in a Text Input Tool and Join with the main dataset. From that Join, I would pick the channel (L or R) where there are no successful joins. Like so:

 

EDIT: Just missed Chris' solution above. That would work better since it can handle partial matches.

Labels
Top Solution Authors