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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
alanwong1178
Contributor III
Contributor III

Check if any filter is selected

Hi all

 

How can I check if any filter (dimension) is selected by user

Labels (2)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

You need to check in expression? if so, try like:

=Len(GetCurrentSelections())

View solution in original post

1 Reply
tresB
Champion III
Champion III

You need to check in expression? if so, try like:

=Len(GetCurrentSelections())