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 Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

I have a list of users by title and want to count all occurrences of certain strings. e.g., some users identify themselves as CEO and others as chief executive officer. How can I combine and count all occurrences of this title?

 
1 REPLY 1
44619e163d12cf5f0d39
8 - Asteroid

Hi Jon,

you could create reference via lookup that matches all known variations of each role to a single title reference. For example, all entries in column titles ( CEO, chief executive officer, etc ) map to CEO in column role.

Second step would be to use the pivot transform to summarize each occurance