We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Categorize info

Brian6255
5 - Atom

Using Designer.  My data set looks like the attached.  I want to create one new column and label each row as "Dogs" or "Cats" to put them into their own group

 

3 REPLIES 3
tim-regas
8 - Asteroid

I would find a list of all dog breeds and a list of all cat breeds. Then I would join the dog breeds list to your data and anything that joins is a dog. Then everything that doesn't join, I would join to the cat breed list and everything that joins there would be a cat. Then sort through the unjoined records to see what needs to be added to your dog and cat breed list or manually adjusted.

Brian6255
5 - Atom

Yes!  Thank you!  I was thinking too small and trying to stay within the same report.  By pulling in a new dataset and joining, that will take care of it.  Thanks!

tim-regas
8 - Asteroid

Happy to help!

Labels
Top Solution Authors