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

How to remove duplication created by Join tool

Alteryxuserhere
8 - Asteroid

Hi there

I have the following data with some duplication I want to keep (row 1,6 and 7)

 

1.png


I want to add the Mobile Count Collumn and Email Count Collumn generated by the summarize tool

 

2.png

3.PNG
"
However it creates alot of "additional" deduplicaton after the join.  How do I remove this additional deduplication so it only return the same 7 rows in my first screenshot?

 

4.PNG
Thanks

  

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

Assuming you are joining on Channel for the second Join, it's because you have something repeated more than once - for example, Science seems to have multiple instances. So I would join on more fields - i.e. Channel AND mobile number then Channel AND email address to avoid duplication.

binuacs
21 - Polaris
Qiu
21 - Polaris
21 - Polaris

@Alteryxuserhere 
We can do something as below

0123-Alteryxuserhere.png

Labels
Top Solution Authors