Alteryx Designer Desktop Discussions

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

Group values in single column into separate lists

kduong1
6 - Meteoroid

Hi there, 

 

I am trying to create separate lists based on grouping the unique values in a single column - how can I go about doing this? See example below.

 

I have the following data and want to group unique animals into separate tables/lists:

AnimalColor

Dog

Black
DogBrown
DogWhite
CatOrange
CatWhite
HamsterBrown
HamsterGray

 

The ideal result would be:

AnimalColor
DogBlack
DogBrown
DogWhite

 

AnimalColor
CatOrange
CatWhite

 

AnimalColor
HamsterBrown
HamsterGray

 

I do not want to simply filter by hardcoding the actual values (i.e. filtering to only dog), as my real dataset contains large variations of data.

 

Please advise.

 

Thank you!

2 REPLIES 2
binuacs
20 - Arcturus

@kduong1 One way of doing this with the table tool

 

binuacs_0-1662667260497.png

 

Qiu
20 - Arcturus
20 - Arcturus

@kduong1 
@binuacs  provided a sample using Reporting tool. We can also output several Excel files if you need.

0910-kduong1.PNG0910-kduong1-1.PNG

Labels