Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Check this link: http://community.qlik.com/message/73575#73575
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
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