Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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,
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,
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?