Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm new on qlikview and I don't know if it's possible or not, but I want to know if there are some way to open a qvs from any directory, reload it and close.
I need to do this via macro, please someone help me.
Hi There,
You can do this by using this command:
"C:\Programs\Qlikview\QV.exe" /r "C:\MyDocs\YourQlikviewDoc.qvw"
The '/r' is a reload command.
You can also use this in a batch and trigger is by Windows task scheduler.
Hope this is what you are looking for.
Good luck,
Dennis.
Thanks for the answer but this isn't what I need.
I'll try to explain better, I have a qvw and in this application I need to open, reload and close a script file from some directory after click a button. It's like import, reload and close an external qvs file.
What you could do is save this command as a batch-file (copy the command into a txt-file and save it as reload.bat)
and then start this batch with a button. (Add Action>> External >> Launche)
Is that what you need?
Hello, have you found a solution to your problem? I have the same problem.
Thanks.