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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
hobanwashburne
Creator
Creator

Reload time duration

I understand how to display the last reload time, but is there a way to display or track how long that reload took?

1 Solution

Accepted Solutions
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Scott,

Create two variables - vStartTime and vEndTime and assign their values using the now() function at the beginning and at the end of the script. Then, you can calculate the duration by subtracting one from another.

cheers,

Oleg Troyansky

Check out my new book QlikView Your Business: An expert guide to Business Discovery with QlikView an...

Ask me about Qlik Sense Expert Class!

View solution in original post

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Scott,

Create two variables - vStartTime and vEndTime and assign their values using the now() function at the beginning and at the end of the script. Then, you can calculate the duration by subtracting one from another.

cheers,

Oleg Troyansky

Check out my new book QlikView Your Business: An expert guide to Business Discovery with QlikView an...

Ask me about Qlik Sense Expert Class!
miguelbraga
Partner - Specialist III
Partner - Specialist III

Here you go a example of waht you need