Alteryx Designer Desktop Discussions

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

Filter from SQL table

Nick278
5 - Atom

Hi community,

I just started using Alteryx, and I am stuck trying to filter an Excel file based a column coming from SQL table. Have anyone had any experience with this? I appreciate for all the help I can get. Thank you!

3 REPLIES 3
LordNeilLord
15 - Aurora

Hey @Nick278

 

You could join your excel sheet to your SQL table and anything that comes out of the "J" will the items that match your SQL table.

 

If you can provide an example it will be easier to help you

rarmstrong
8 - Asteroid

You can do this by joining the column from the SQL table to the Excel file. The 'J' output will contain only the values that are found in your SQL table. Before you do the join, make sure you remove any duplicate values from the column in your SQL table by doing a Summarize or using the Unique tool.

Nick278
5 - Atom

Thank you for both of your answers! I will try this

Labels