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.
SOLVED

Combining 2 tables/ Merging 2 tables

inarayanan
5 - Atom

Can someone help with the below? I am looking for a tool to combine 2 tables as one and also perform somewhat a vlookup. While using the Join tool, it takes only the common values from the field to combine the table. For example - from the below table since values B, D, E and F are not in both tables, the combined table using Join tool only combines the output table for A, C

 

inarayanan_0-1624483550159.png

 

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

Hi @inarayanan 

 

You would want to join on Name, then union all three output anchors of the join tool

 

Luke_C_0-1624483936991.png

 

KarolinaRoza
11 - Bolide

Hi,

 

See attached workflow.

 

KarolinaRoza_0-1624484022890.png

 

inarayanan
5 - Atom

Thank you, the solutions work!

Labels
Top Solution Authors