Alteryx Designer Desktop Discussions

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

Concatenate multiple rows into single column

LeoMessi
7 - Meteor

Hi community, 

 

I am looking to concatenate multiple rows in to a single column, using record ID as a reference.

 

Attaching an excel for reference. 

 

Any solutions will be a great help!

 

Thank you!!

4 REPLIES 4
Rhys_Cooper
9 - Comet

Hi @LeoMessi. This can be achieved simply using the concatination function of the Sumarise tool, grouped by record ID. See the below screenshots for the configuration and the workflow attatched. Let me know if you have any quesitons or want an alternate solution. NOTE: Other is missing from the output as i lost it in copy and pasting your input table but the solution will still work and get your expected output!

 

Screenshot 2024-05-21 105823.png

 

Screenshot 2024-05-21 105850.png

 

Screenshot 2024-05-21 105911.png

 

LeoMessi
7 - Meteor

this is perfect, thank you @Rhys_Cooper !

 

Now on the next step, I want to create a column using this concatenated field, summarizing this as "Global", since we have multiple entries for APAC, and one for EMEA. 

How can I do this? Maybe using formula tool?  

Rhys_Cooper
9 - Comet

Glad to have been able to have helped @LeoMessi 😁. I dont quite follow what you require next, please post the input and desired output as a new question and will certainly be able to give it a shot.

binuacs
21 - Polaris

@LeoMessi you can update the field name in the summarise tool to Global

image.png

Labels
Top Solution Authors