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

Group by and Concatenate all record

Simon1187
9 - Comet

Hi everyone! 

 

I hope you are well! 

 

I want to find duplicates phone number and then concatenate business names together and put them in a new column and chose  the first row and stick the concatenate business name near the row. 

 

Would you please help me with that how can I do this process simple then what I did. 

 

Please find the attached files. 

 

Thanks, Simon  

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @Simon1187 

 

This is how you can do it.

 

Workflow:

atcodedog05_0-1621313651558.png

 

1. Unique tool : keep unique records based on FormattedPhone number 

2. Summarize tool : Groupby FormattedPhone and concat BusinessName

3. Join tool : Join on FormattedPhone (i,e this is similar to your append tool). Concat row joins on all rows with phone number.

 

Hope this helps 🙂

Simon1187
9 - Comet

Hi @atcodedog05 

 
Labels
Top Solution Authors