Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Summarize data into one field

Nicolaas_Vercruyse
7 - Meteor

Hello,

 

I have a column looking like this and I would need to make a summary table but adding the data in one field with as / between it.

input file

AdamGreen
GeorgeRed
GeorgeYellow
TracyRed
AdamOrange
GeorgeOrange

and output would need to look like this:

AdamGreen / Orange
GeorgeRed / Yellow / Orange
TracyRed

 

Thanks in advance for your feedback

 

Nicolaas

2 REPLIES 2
JosephSerpis
17 - Castor
17 - Castor

Hi @Nicolaas_Vercruyse you can use the concantenate function in the summarise tool to achieve your desired output.

 

concant_12102023.JPG

caltang
17 - Castor
17 - Castor

Like so:

image.png

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors