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: 
Not applicable

How to set up data refreshing every night?

I have application connected to the DB and table with daily results in DB that refreshes every night so I need the data in application to be updated respectively.

Thank you in advance!

1 Solution

Accepted Solutions
maxgro
MVP
MVP

if you have a QlikView server there is a scheduler (in the QlikView server) you can use to reload the .qvw every day (or night)

if you don't, you can use the windows scheduler with a batch to reload the .qvw, there are many examples here in the community, this is one

Batch file script to reload Qlikview Applications

View solution in original post

3 Replies
marcus_sommer

Do you mean to start the update-routine with a server- or windows-task? Or it's more related to optimize this update itself - for this have a look on the links to incremental loadings in this posting: Advanced topics for creating a qlik datamodel.

- Marcus

Frank_Hartmann
Master II
Master II

this might be helpful!

maxgro
MVP
MVP

if you have a QlikView server there is a scheduler (in the QlikView server) you can use to reload the .qvw every day (or night)

if you don't, you can use the windows scheduler with a batch to reload the .qvw, there are many examples here in the community, this is one

Batch file script to reload Qlikview Applications