Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities 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 within a cell?

HM
8 - Asteroid

Hi,

 

I've summarised my data using concat because I want to keep all unique values but it also repeats duplicates - is there any way to remove duplicates within a cell? 

 

For example: change "A,A,A,B,B,C,D,E" to "A,B,C,D,E"?

 

Thanks

11 REPLIES 11
yzhang
7 - Meteor

This is some impressive skill...

htalteryx
8 - Asteroid

How do I separate if the values need to be separated from:

 

Smith, Jane;Smith, Jane;Smith, Jane;Doe, John;Doe, John;Smith, Joanna;Smith, Joanna;Smith, Joanna;Smith, Joanna;Smith, Jane

 

to:

 

Smith, Jane;Doe, John;Smith, Joanna

 

__

Thank you!

Labels
Top Solution Authors