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

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Get count of lists selected by the user in the alteryx application

dipinwantoo
5 - Atom

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

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

Hey @dipinwantoo,

You just needed to add a split to rows like this:

IraWatt_0-1652203950807.png

 

 

IraWatt
17 - Castor
17 - Castor

The easiest way to debug apps like this is to add a brows tool and have it output the data after running the app.

IraWatt_0-1652203814651.png

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

 

 

Labels
Top Solution Authors