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

Remove Duplicates After Concat

hellyars
13 - Pulsar

I just ran a Summarize w/ concat.  I want to get rid of repeated values in records #2 and #4. 

 

RecordIDPOST CONCATDESIRED OUTCOME
1BikesBikes
2Bikes, Bikes, BikesBikes
3Cars, BikesCars, Bikes
4Planes, PlanesPlanes
5Planes, Trains, AutomobilesPlanes, Trains, Automobiles

 

2 REPLIES 2
hellyars
13 - Pulsar

I figured it out.  I used Text to Column Tool set to Split to Rows using ",".  I then used the Summarize Tool to get rid of the duplicates.

pedrodrfaria
13 - Pulsar

Hi @hellyars 

 

You can clean it up either before the summarize or after do a new summarize logic. See below:

 

pedrodrfaria_0-1613154553926.png

Pedro.

 

Labels
Top Solution Authors