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 do I concatenate strings in one column based on the value in a second column?

SergeantJack
8 - Asteroid

Hi, here is a sample table:

 

Feature:         Owner:

Cravat            Barry

Pudding         Levon

Disco             Barry

Oregano        Doug

240                Levon

OuttaHere     Doug

Dip                Louie

 

I want to concatenate the strings in the Feature column based on the value in the Owner column, to get this:

 

Barry            CravatDisco

Levon           Pudding240

Doug            OreganoOuttaHere

Louie            Dip

 

How do I do this?  I have been studying joins and crosstabs and transpose tools, but I can't seem to wrap my head around it.

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @SergeantJack 

 

Just use the summarize with concatenate config.

 

Felipe_Ribeir0_1-1665530332471.png

Felipe_Ribeir0_2-1665530346466.png

 

If the provided answer helped you to solve the problem/was correct, please accept it as a solution :)

 

Thanks.

SergeantJack
8 - Asteroid

Jeez, that's embarassing.  I should have known that, but I just couldn't seem to think my way through it.  Thanks again!

Labels
Top Solution Authors