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
6 - Meteoroid

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
13 - Pulsar

@Frndly 

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

Frndly
6 - Meteoroid

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

Labels
Top Solution Authors