We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Join Tool Not Working

Rhaldhar
8 - Asteroid

Hi Team,

 

Could you please help me the know why join tool is not working on attached data. Also, refer below workflow.

 

Join.png

 

Thanks,

Rajeev

 

2 REPLIES 2
davidskaife
14 - Magnetar

Hi @Rhaldhar 

 

It appears to be due to the summed values, it's worth noting you shouldn't join on data type Double; but if you add an additional Formula tool after the Summarize tool and round the summed columns, the join conditions will then work

geoche
7 - Meteor

It's not recommended to join by double because of the rounding errors

You can with two selects change the types of the Sum columns into V_WString and in the join specify Double for the output :)

 

Spoiler
solution.PNGsolution2.PNG

You can also round with Formula before the join

 

Labels
Top Solution Authors