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 refresh a data in the report?

Hi

I have created 1 report which reads log file and displays output as "Timestamp, Username and Document Name".

Now, I want that report to refresh its data may be on hourly basis, is there any way ?

Br

Anta

1 Reply
Miguel_Angel_Baeyens

Hi Anta,

You need to schedule a task to reload the document using QlikView Server if you have it, or using a BAT file and the Windows Scheduler as in this post.In summary, creating with notepad a new blank file with the following line

"C:\Program Files\QlikView10\qv.exe" /r "C:\Folder\File.qvw"

Save is as "reloadqlikview.bat" or any other name but always ending in ".bat", and in the Start button of the computer, Accesories, System Tools, Task Scheduler create a new task that executes this file.

Make sure the paths for both the qv.exe file and the QVW file you want to reload are correct, as I'm using an example.

Hope that helps.

Miguel