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

General Discussions

Discuss any topics that are not product-specific here.
SOLVED

Different values (before and after applying join operation)

Un007
5 - Atom

Screenshot 2024-10-12 141112.jpg This is the number before applying join

Screenshot 2024-10-12 141132.jpg This is the number after applying join

I wonder why the number after join is greater than the number before join. Does it because the join? I checked the result when I use summarize, the numbers are the same.

Screenshot 2024-10-12 141701.jpgHere is my workflow

 

 

2 REPLIES 2
caltang
17 - Castor
17 - Castor

It means you have a many-to-many relationship in the join. Cartesian join in other words. Either your left/right anchor has values which are not unique as keys. Hence why your count is greater after than before.

 

I would suggest checking your logic again - I am assuming you are replicating a VLOOKUP - in Excel, VLOOKUPs only take the first value that appears, whereas Alteryx takes all that matches. So with that in mind, I would suggest reviewing it just before your Join or make the keys which are unique.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors