Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Task and QVD load times on Qlikview server

Is there a simple way to gather load times (actual time the load started, as well as duration) of QVD's and tasks.  I have to prepare a report of lineage for the task and the qvd's associated with them, and I have to show the load times for each.

4 Replies
OmarBenSalem

u can always create 2 variables in the script of ur application:

one in the first line:

let vStart= now();

and one in the last line:

let vEnd=Now();

then u can have the duration by doing $(vEnd) - $(vStart)

Now depends on how u want to show this:

please refer to this:

Time Difference or Time in Human Readable Format

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Have you looked at the QlikView Governance Dashboard?

https://help.qlik.com/en-US/governance-dashboard/2.0/Content/What.htm

Anonymous
Not applicable
Author

I have but I cant see where it shows the actual start and stop time or the duration for loads.  I did load your app (QVPR_Analysis) and it gave me the majority of what I needed.  Thank you very much for making that available to the community!

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Someone else was looking for the same thing recently (can't find the thread) and we sent then to look at:

C:\ProgramData\QlikTech\DistributionService\TaskResults


-Rob