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

Concat data from varying number of rows

Frndly
7 - Meteor

Hello!

So I have set of data like this(left table on the screenshot). I know how to spread correct IDs using multirow formula, and if the data was numeric I would've just summed it up, but in this case the data is not numeric, I need to concat it. What would be the best approach to do so? In the screenshot right table is what I'm trying to achieve

 

 

3 REPLIES 3
davidskaife
14 - Magnetar

Hi @Frndly 

 

On the Summerize tool there is a Concatenate option, its under the String sub-category. Simply group by ID (after filling in the blank rows) and concatenate on the data. You can select the separator as well, which is set to a comma as a default

 

Capture.PNG

OTrieger
14 - Magnetar

@Frndly 

Or you can use Cross Tab tool as it will also have Concatenate option

Frndly
7 - Meteor

Oh, that's somehow omitted me. Thank you!

Labels
Top Solution Authors