Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have some VBScript that executes as a post reload trigger. If I open QV and manually 'ctrl+r' the file to refresh it the VBScript runs as expected.
However, if I try to refresh the file using a batch script as per below the file executes the load script fine but then the VBScript doesn't execute (even the qv.exe process is still running in taskmgr all be it with 0% CPU usage).
"C:\program files\QlikView\qv.exe" /r "C:\Qlikview\Release\MyFile.qvw"
Any ideas?
Thanks!
I think I read somewhere in the forum this week that it was a bug in SR2 and has been fixed in SR3. Please try and confirm.
Thanks for the super quick reply!
However, no luck I am afraid. Just upgraded to SR3 and same behaviour - VBScript runs fine when firing up the app and refreshing manually but just seems to hang/do nothing when using the /r flag.
Can you post your script here? We all can look into it and provide you somethings to try out.
And also do search for POST RELOAD in this forum. I found Rob has provided some solution for similar issue. May save you some hours.