Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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"?

1 Solution

Accepted Solutions
sunny_talwar

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

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 !!