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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
vipingarg23
Creator
Creator

getselectedcount() is not working QV11

Hi Team,

I am using below calculated condition in my straight table with alternate state

=GetSelectedCount(Year,False(),'Alternate State Name')

This condition is working fine in QV12 but it is not working in QV11.

Can anyone suggest me on the same?

11 Replies
antoniotiman
Master III
Master III

A workaround.

Create variable like vGetCount

Set Trigger like this

and check vGetCount as GetSelectedCount with set Alternate State.

See Attachment

vipingarg23
Creator
Creator
Author

Sorry for late reply. But it is not working. I found other alternate solution with Only() function. Thanks for your help.