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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Auto-clear filters when a specific sheet is opened

Hello,

I'm wondering if there's a way to automatically clear all filters each time a specific sheet is opened.

Thanks

Kendrick

6 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi Kendrick,

Sheet Properties > Triggers >

On Activate Sheet > Add Action > Add > Selection > Clear All

HTH - Andy Sample attached

Anonymous
Not applicable
Author

Possible with custom extension.

drop extension on sheets where you want selection to clear

example code ..

define( ["qlik"], function ( qlik ) {

  'use strict';

  return {

  paint: function ( $element, layout ) {

  var app = qlik.currApp();

  app.clearAll();

  }

  }

} );

Not applicable
Author

Hi Andrew,

Where is the 'Triggers' selection located under 'Sheet properties'? I am on a Qlik Sense dashboard, not Qlik View.

Thanks

awhitfield
Partner - Champion
Partner - Champion

Hi Kendrick,

sorry didn't spot that, don't think they are available yet!

Andy

Amal
Partner - Contributor III
Partner - Contributor III

did you manage to find something Kendrick ? 

Kaushik2020
Creator III
Creator III

if you are using enterprise version of Qlik Sense (Feb 2024 in my case), you can select Properties --> Action --> clear selection. See below image.

kaushi2020_0-1725363105971.png