Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload time

Hi Community,

Is there any way to reload QV on frequent time

Ex: I wanted to Reload on every 4 mins with out server.

Thank you,

4 Replies
datanibbler
Champion
Champion

Sure.

You'd have to create a batch_file to execute the locally installed program every 4min.

HTH

Not applicable
Author

Thanks Nibbler,

Do you have any batch file?

vardhancse
Specialist III
Specialist III

Yes, in server we can create trigger. But if you want to reload in your local system create one batch file to run the task for required time.

antoniotiman
Master III
Master III

Hi,

Like this

cd c:\Users\pippo\Documents\qlikview

C:\"Program Files"\QlikView\qv.exe /NoData /R /NoSecurity c:\Users\pippo\Documents\qlikview\YourDocument.qvw

Regards