Categorize info
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
- Labels:
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help!
