Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Open, reload and close qvs

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.

4 Replies
Anonymous
Not applicable
Author

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.

Not applicable
Author

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.

Anonymous
Not applicable
Author

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?

Not applicable
Author

Hello, have you found a solution to your problem? I have the same problem.

Thanks.