Solved! Go to Solution.
Hi @CDON,
try the Summarize tool. Select Client ID and then add a Group By action and a Count action. This will give you a table with 2 columns, Client ID and Count, which you can Join back to your original table, but Client ID to append the Count to your original table.
Hope it makes sense. It should be pretty straightforward once you've understood how the Summarize tool work (click on the tool > Open Example to see how to use it).
Would also recommend the Alteryx for Excel users interactive lessons in the Academy section.
Hope this helps!
Giuseppe
Hi @CDON ,
you can use the summarize tool to count number of duplicates and the join tool to add it back to your original data set. i attached a workflow as an example. i hope this helps!