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.

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
binu_acs
21 - Polaris

@kduong1 One way of doing this with the table tool

 

binuacs_0-1662667260497.png

 

Qiu
21 - Polaris
21 - Polaris

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

0910-kduong1.PNG0910-kduong1-1.PNG

Labels
Top Solution Authors