Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload Qlikview document using EXECUTE command


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

3 Replies
Anonymous
Not applicable
Author

is QV desktop and QMC on the same server/machine?

Not applicable
Author

Yes. On the same Server.

Not applicable
Author

I tried this statement as well with no luck

EXECUTE cmd.exe /C "D:\Program Files\QlikView\QV.exe" /r "$(v_File_Path)";