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

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I assign an action when clicked on "Clear All"?

How do I assign an action when clicked on "Clear All"?

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

There is not direct way to do this, but you can assign an action when IsNull(GetCurrentSelections()) -> basically when you are clearing something out.

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

There is not direct way to do this, but you can assign an action when IsNull(GetCurrentSelections()) -> basically when you are clearing something out.

Anonymous
Not applicable
Author

Works well. Thank you Sanny !!