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: 
Not applicable

Show Clear All button when any filter gets set

Hi, I am trying to find out if there is a built in variable I can use as a Conditional Filter for a button that will be used to clear all filters.

I only want the button to show if there is a filter set (any filter).  Is there a variable that could used to tell if the data is filtered in any way?

3 Replies
sunny_talwar

May be use the following expression for hide and show of clear all button:

Len(Trim(GetCurrentSelections())) > 0

Not applicable
Author

Thanks Sunindia!  That worked like a champ!

sunny_talwar

No problem

I am glad I was able to help

Best,

Sunny