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 Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

Filtering out values based on a separate file

Hello all!

 

I am trying to use Alteryx to compile a large dataset, but I first need to filter out certain values from a different data set based on a VIN.

 

For example, the data set 1 looks something like this:

Screenshot 2024-09-09 131225.png

 

Data set 2 looks something like this:

Screenshot 2024-09-09 131405.png

 

I need to be able to keep all of the data from data set one but filter data set 1 for any VIN that do not show up in data set 2 i.e. I have to filter out VINs ABC and ABD from data set 1 and only leave VIN ABE.

 

Thanks!

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

A Join tool is your best bet! The L anchor coming out should be your single ABE record

I thought the same thing! But when I do a left join, this is what the output looks like. The whole data set is null

Screenshot 2024-09-09 141639.png

alexnajm
18 - Pollux
18 - Pollux

It works for me... looks like you have no non-matches then in the data you are using