Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

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

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