How can I crosstab this sample data, and store the categorical data into one cell separated by comas?
Input
Output:
Solved! Go to Solution.
Hey @imadorkous1, one of the String aggregation options we have in the Summarize tool is to concatenate values. If you just Group By [Name] and [CustomerName] and then concatenate the States, you'll arrive at your desired outcome:
I would recommend use Summarize tool. Group by Name and Customer Name, concatenate State.
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |