Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
punitpopli
Specialist
Specialist

Open QVW using automation?

Hi Experts,

I am having a requirement where i need to open the application (QVW) automatically on the daily basis.

Can we do this using Macro but not using task scheduler?

For e.g

     A.qvw need to be open on the daily basis (in the morning) and close in the evening automatically.

Regards,

Punit

3 Replies
vishsaggi
Champion III
Champion III

Can you elaborate? You want to open this QVW on your desktop? Why don't you write a Task scheduler and schedule a task to open and close the documents creating a batch file to open and close.

punitpopli
Specialist
Specialist
Author

Yes, I want to open this on desktop, as few scripts run in the app which copy the data from Sharepoints

I have found a way using batch file running in loop for every 40 mins

:loop

"C:\Program Files\QlikView\Qv.exe" /r "FilePath\FileName.qvw"

TIMEOUT 2400

goto loop

vishsaggi
Champion III
Champion III

Ok just use this batch file to run from your task scheduler.