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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Question about running reload macro on the web (IE Plugin)

Hello!

I got a Question about running reload macro on the web (IE Plugin). It's just an one-line macro:

--> ActiveDocument.Reload

And the reload will connect to the db and grab the data. When on desktop, It's running fine.

I think the problem probably is the web interface doesn't allow to do that, but I am not 100% sure. Can anyone inspire me?

Thanks,

PYE

1 Solution

Accepted Solutions
vgutkovsky
Master II
Master II

You're right, you cannot reload the document from inside clients, this is one of the restrictions of opening in server versus opening locally.

Regards,

View solution in original post

2 Replies
vgutkovsky
Master II
Master II

You're right, you cannot reload the document from inside clients, this is one of the restrictions of opening in server versus opening locally.

Regards,

Not applicable
Author

What if the macro execute a *.bat file; and the .*bat file takes care of reloading the script?

http://qlikviewmaven.blogspot.com/2008/08/qlikview-command-line-and-automation.html


Would it work?