Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rammarthi
Creator
Creator

Can we reload a qvw automatically for every 5 Mins without QMC

Can we hard code the qvw to reload itself automatically for every 5 mins without QMC?

1 Solution

Accepted Solutions
shiveshsingh
Master
Master

Make a batch file and schedule it through Windows scheduler.

Is it an interview question?

View solution in original post

4 Replies
vishsaggi
Champion III
Champion III

Just curious to know why you need to run a qvw file every 5mns but without QMC? What is that you are trying to achieve?

shiveshsingh
Master
Master

Make a batch file and schedule it through Windows scheduler.

Is it an interview question?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

No, you cannot "hard code the QVW to reload itself automatically..." because it is a data file and not an executable.

You can however use external tools like QlikView Desktop and Windows Task Scheduler to set-up a QMC-like system tho automates the execution of the load script.

It has been done before (a few thousand times I think). Search the community if you want to find solutions like Automatic Reload without server

rammarthi
Creator
Creator
Author

Thanks for the response guys, its a requirement we got and had to make sure we cant hard code it.