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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Auto clear of the Month Selections

Hi,

I have 2 tabs in my dashboard.In the both tabs i have month selection like Jan,feb,mar,apr..etc(list box).I used the same object on the both tabs called as "Month".

Now what i want is if one user navigating form tab1 to tab2, month selections in the tab should be clear.

Please advice how to achive this.I think this possible with maco.If anybody already implemented this post me the macro [:)]

Thanks in Advance.

Ram.

3 Replies
Not applicable
Author

One correction:

Now what i want is if one user navigating form tab1 to tab2, month selections in the tab2 should be clear

Not applicable
Author

Hi Ram,

here are an example.

SUB Clear
ActiveDocument.Fields("Year").Clear
'ActiveDocument.ClearAll true
END SUB

Rainer

Not applicable
Author

Thanks it's working for me