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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

applications reload time

Dear Team,

I have got folder with list of qvw applications now I want an application to fine the last reload time of all the applications which are in the mentioned folder.

Please Help

Thanks in advance.

$@M

4 Replies
sujeetsingh
Master III
Master III

What you can do is either run a common macro which write all the reloadstart time and end time for all qvw file in an excel file and then create a qvw file with this excel file as data source.

tresesco
MVP
MVP

SunilChauhan
Champion II
Champion II

you could fetch last line from log file of each application into qlikview and represent it

you could create a flag with each load

hope this helps

Sunil Chauhan
alkesh_sharma
Creator III
Creator III

Add a variable

SET vLastReloadTime = Now()

in every application script.

You will get the last reload start time of all the applications stored in that variable