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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Run macro after 'Clear' button is selected

Hi all,

I'm trying to select a value from a Table Box after the Clear button is selected (this is because I'm using the table box as a dropdown control). For this I'm using OnAnySelect trigger to run a macro which will select the default value. However because this trigger is fired on any select this value is selected always, is there some way to  'tell' the macro to run only after Clear?

I looked for a trigger that might be fired only after Clear, but didn't have any luck.

Any idea is appreciated!

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II

2 Replies
rustyfishbones
Master II
Master II

Check this thread and see if it helps

http://community.qlik.com/message/163364#163364

Not applicable
Author

Thanks!  that is exactly what I was looking for