Alteryx Designer Desktop Discussions

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

Creating standard unique combinations

VaibhavLakhotiya
5 - Atom

Hi,

I have a column with data as "apple+mango+banana","apple+banana+mango","mango+apple+banana". I want to set a standard combination "apple+banana+mango". for all these three rows. How do i acheive this?

1 REPLY 1
Luke_C
17 - Castor

Hi @VaibhavLakhotiya 

 

Here's how I'd approach this:

  1. Split the data to rows
  2. Sort it
  3. Concatenate it back

 

image.png

Labels