Unique Count
- 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
Hello All,
I am trying to design an Alteryx flow for a unique customer count. Please see the details in the attached file and advise.
Solved! Go to Solution.
- Labels:
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Learner09,
I have prepared a workflow for you:
The output:
If this was helpful please mark my post as a solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Learner09
You can use a multi-row formula tool to count the different records per customer and then assign the flag with a formula tool
Regards,
Angelos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I believe I've calculated what you're looking for. Similar to your other question, there are multiple ways to achieve this. I think the easiest is with a multi-row.
I did a group by on customer code. If the row-1 of customer code is null (which would occur for the first in the set), and the category is project or new, then it'll be marked with a 1. Otherwise, a 0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@echuong1 Thanks a lot its worked!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Just for completeness - you can also use a tile tool to do record IDs per grouping of clients.
@MattD has a great article here: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Tile/ta-p/30235 on using the tile tool this way.
