Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Create a single record combining values from multiple records

jackchoy
7 - Meteor

Is there a way to create a single record that concatenates the values from multiple records?  Example of what my source data and what my desired result looks like in the attached.

4 REPLIES 4
binuacs
21 - Polaris

@jackchoy 

binuacs_0-1646835782810.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @binuacs 

 

Another way you can do it

 

atcodedog05_0-1646836015904.png

 

Make sure to use concat and specify | (pipe) as the separator.

 

Hope this helps : )

jackchoy
7 - Meteor

Thanks!  One minor question.  In the second solution (two back-to-back summarizes), how did you get it to sort in order?  I'm not seeing anything in the configuration.  Or is this just the default behavior (and I couldn't let's say sort in descending order if I wanted to)? 

atcodedog05
22 - Nova
22 - Nova

Hi @jackchoy 

 

Summarize tool always sorts ascending when you do groupby 🙂 Sadly you cant sort it descending 😅

Labels
Top Solution Authors