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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Auto Reload of Script

Hi all,

There's probably a really easy way of doing this but i cant find it!! Is there a way of automatically reloading the script everytime a qlikview file is opened?

Thanks in advance

Chris

1 Solution

Accepted Solutions
Not applicable
Author

Hi Chris,

create a macro

sub autoreload
activeDocument.reload
end sub


In document properties > Triggers > OnOpen >> Add Action > External > Run Macro , use previous macro name.

Alex

View solution in original post

3 Replies
Not applicable
Author

Hi Chris,

create a macro

sub autoreload
activeDocument.reload
end sub


In document properties > Triggers > OnOpen >> Add Action > External > Run Macro , use previous macro name.

Alex

Not applicable
Author

Excellent, thanks very much

Not applicable
Author

thank you but what if i want to reload in the IE plugin