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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Run auto macro.

Hello,

How to run a macro to do the reload?

Thank you

3 Replies
Not applicable
Author

Triggers are the one where you can think of putting your macro.

Not applicable
Author

Hi washington,

You can put a macro trigger and set it on "On Open".. See attached file.. Upon opening the document, it automatically runs the macro to do the reload. The macro is just:

sub openReload
ActiveDocument.Reload
end sub


- Lester

manishkumar75
Partner - Creator II
Partner - Creator II

Are you looking for code ? If you are looking for code then the code is :

ActiveDocument.Reload

Details you can find in API Guide.