Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get the Number of Selected fields with alternate states


Hello everybody, I've been working with alternate states, i feel, that it is very usable and I like it

But i get stock in this:

I want to get the selected number of a specific object, this is no problem with the default state but i really

don't have idea how to do this whith a object on a alternate states, i like to know if you can help me whith that

I hope somebody can help me, thank you

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try one of these:

count({A1}DISTINCT value)

GetSelectedCount(value,0,'A1')


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try one of these:

count({A1}DISTINCT value)

GetSelectedCount(value,0,'A1')


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you so much, its exactly what i need

Thank