Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Join acting like Union

speddakama
6 - Meteoroid

All,

  I have a basic join which has 2 records on left + 2 on right. The output is coming to 4 records instead of expected 2 records. My other joins in the workflow are working fine.

 

alteryx1.png

alteryx2.png

2 REPLIES 2
mborriero
11 - Bolide

The reason is because you have two rows with all the same value.

 

Baan_package

A

A

Packages

A

A

 

Therefore it connects any A in Baan_package with any A in Packages.

 

You should add to the join other fields. The join should be a primary key, that can identify a unique row.

speddakama
6 - Meteoroid

Thank you..you are correct.

Labels
Top Solution Authors