Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
abc_18
Creator II
Creator II

how to clear all list box selection before moving to next sheet.

hi,

In my report two sheets are there, how to clear all selection if I move to next sheet .

basically filters in first sheet should not applicable on second sheet.

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Use a trigger OnLeaveSheet, right click on the background of the sheet Properties > Triggers > OnLeaveSheet > Add Actions Selection > Clear All


If you need to select or deselect when activating a new sheet, use instead OnActivateSheet following the same steps

View solution in original post

1 Reply
Miguel_Angel_Baeyens

Use a trigger OnLeaveSheet, right click on the background of the sheet Properties > Triggers > OnLeaveSheet > Add Actions Selection > Clear All


If you need to select or deselect when activating a new sheet, use instead OnActivateSheet following the same steps