Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am trying to reload a Qlikview document through another Qlikview Document using the below commands:
EXECUTE "D:\Program Files\QlikView\QV.exe" /r "$(v_File_Path)";
When I reload through the Qlikview document it works fine, but when I try to reload through QMC the task just stays there like waiting for something to happen.
I looks like its waiting for some user input or for someone to close the progress bar. Has anyone got an idea to what is happening?
Regards
is QV desktop and QMC on the same server/machine?
Yes. On the same Server.
I tried this statement as well with no luck
EXECUTE cmd.exe /C "D:\Program Files\QlikView\QV.exe" /r "$(v_File_Path)";