Hi Guys,
I need your help to get the count of list values that user has selected in the alteryx application.
Note the list contains ' and " quotes also. You can use any tool.
Thanks
Solved! Go to Solution.
The easiest way to debug apps like this is to add a brows tool and have it output the data after running the app.
the list tool separates each row with a "," so split to rows will put each element on a new column which the summarise tool can count
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |