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: 
senpradip007
Specialist III
Specialist III

GetSelectedCount() Issue in Qlik Sense

Hi,

Stuck in a certain problem that might be easy to you!!!

I have two listboxes out of which one is having direct field named Direct Field and other consists of calculated dimensions.

Now the problem is when Calculated Dimension is selected, this expression GetSelectedCount(Direct Field) is working fine. But when other listbox named Calculated Dimension is selected then the above mentioned expression is not working.

Attached the sample application.

Thanks in advanced.

Pradip

1 Solution

Accepted Solutions
sunny_talwar

Or a better approach would be to create your list box with this expression:

Aggr(Only({1<Region = {'East'}>}City), City)

Attaching back the sample for referrence

View solution in original post

3 Replies
sunny_talwar

Can you try GetPossibleCount(City)

sunny_talwar

Or a better approach would be to create your list box with this expression:

Aggr(Only({1<Region = {'East'}>}City), City)

Attaching back the sample for referrence

senpradip007
Specialist III
Specialist III
Author

Thanks!!!

Its working.