Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with getselectioncount()

hi

getselectioncount()  is not working for Qvw.it is working for other qvws except my required qvw. could  please any one  explain

in show condition i have written like this getselectioncount() >0 but it is not working .

Thanks

3 Replies
Digvijay_Singh

I think it is GetSelectedCount(), not sure if it is just a typo here. Can you post screen image or sample file.

maxgro
MVP
MVP

do you mean getselectedcount ?

could you post it or the a small .qvw example?

getselectedcount (FieldName [, IncludeExcluded [, State]])

Returns the current number of selected values in a field. It is possible to query an alternate state.

If IncludeExcluded is true the count will include selected values, which are currently excluded by selections in other fields. If false or omitted these values will not be included.

State is the alternate state to query.

Examples

getselectedcount ( Year )

getselectedcount ( Year, true( ) )