Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Finding combinations on values within one column, and per group

Roche
8 - Asteroid

Hi everyone

 

I need some help with combinations.  The data consists of groups for which different values are assigned per group.  I need each combination (or pairs of combinations) that can be created among the unique values in each group.  Can someone perhaps help me?  Attached is an example of what the data looks like and what I need the outcome to be. (the outcome can also be in set format, since then I can just clean and parse to get the columns)

 

Thank you

3 REPLIES 3
Christina_H
14 - Magnetar

Join the data to itself by ID to generate all combinations, then filter out duplicates

Christina_H_0-1641895581174.png

 

atcodedog05
22 - Nova
22 - Nova

Nicely done @Christina_H 😀👍

Roche
8 - Asteroid

Thank you Christina, this is a very handy trick!

Labels