We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Filtering From an External Data Set

catledbetter04
5 - Atom

I have a listing of approximately 1M lines with various invoice numbers loaded into Alteryx (data includes additional columns such as dates, amounts, etc. that I want to retain in the output). I want to filter this population for about 30K invoice numbers I have saved down in a excel document. Is there a easy way to accomplish this? The only data I have in the external excel file is the invoice #s so no other fields match my data set I have loaded into alteryx outside of the invoice #. 

4 REPLIES 4
Luke_C
17 - Castor
17 - Castor

Hi @catledbetter04 

 

Join the excel file to the data on the invoice #. The 'J' output of the join tool will only be those invoices. 

 

https://help.alteryx.com/20214/designer/join-tool

 

NeilParrott
8 - Asteroid

Hello @catledbetter04 ,

 

@Luke_C  is thinking the same thought I had for this.

Here are some screenshots to see an example of the Join tool using invoice number.

 

Hope this helps!

Neil

-

NeilParrott_0-1649261542131.png

 

NeilParrott_1-1649261554708.png

 

NeilParrott_2-1649261578463.png

 

 

catledbetter04
5 - Atom

Thank you everybody!!

AsaelMAYA
5 - Atom

Thanks

Labels
Top Solution Authors