SOLVED
Count based on column value
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
dholder15
7 - Meteor
‎06-20-2023
08:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm trying to count the number of actives based on this dataset and the number of terminated. Everytime I put into Alteryx to do a formula it returns an error message. I essentially know that in order to summarize this data I would have to have the column created a double, just not sure what the next steps should be. Let me know your thoughts.
Solved! Go to Solution.
Labels:
- Labels:
- Datasets
3 REPLIES 3
17 - Castor
‎06-20-2023
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @dholder15, do you mean like this? If so, you can just use a Summarize tool to group by the field and then perform a count:
Clifford_Coon
11 - Bolide
‎06-20-2023
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @dholder15 ,
What you can do is do a group by and a count of the Field, that will give you the count and description of each.
(like what @DataNath said) -(he was quicker)
‎06-20-2023
08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you guys @Clifford_Coon @DataNath
