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

Retrieve "Unmatched" data from two excel data sets

SubbuSharma
8 - Asteroid

Hello,

I am connecting the two excel data sets and trying to retrieve the "Unmatched" data. For instance, I am matching Assignment ID from file 1 to Assignment ID to file 2; once done, I would like to retrieve those ID which are "NOT MATCHED" in both the files. Could you please let me know a solution for this, please.

 

Thanks

Subbu

2 REPLIES 2
BrandonB
Alteryx
Alteryx

If you use a join tool where you connect both datasets and configure it to join on Assignment ID to Assignment ID, you should see the unmatched results coming out of the L or the R anchors on the right hand side of the join tool. This would respectively represent the unmatched records from both data sets.

SubbuSharma
8 - Asteroid

thank you, that was helpful. It worked and I am able to distinguish the data the way I would like.

Labels
Top Solution Authors