Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How execute a Qlik files as a scheduled activities on server

Hi everyone,

     is there someone that can indicate me how generate a scheduled activities on server that can execute automatically a specific files Qlik saved in a specific cirectory?

Basically I know that I have to generate a .cmd files with some command .... my problem is; what is the right command??

Thank you for your help.

Simone

1 Reply
Not applicable
Author

Hi,

To run the Qlikview file thorugh scheduling , you required to create a batch file.

open a new text file and type below line into text file and provide your path of the qvw file after the /r.

Ex:  "C:\Program Files\QlikView\qv.exe" /r  "D:\Project\Test.qvw"

And save with .bat extension.

I hope this helps you.

Regards

Venkat