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

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