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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload time

Hello,

I'm new to QlikView and was wondering how to show the time when the document was reloaded.

Thanks in advance.

1 Solution

Accepted Solutions
vinafidalgo
Partner - Creator
Partner - Creator

Add a textbox with this expression:

'Last reload on - ' & reloadtime()

You can modify the Last reload on for whatever you want.

View solution in original post

2 Replies
vinafidalgo
Partner - Creator
Partner - Creator

Add a textbox with this expression:

'Last reload on - ' & reloadtime()

You can modify the Last reload on for whatever you want.

Not applicable
Author

Thanks Vinicius.

It's exactly what I was looking for.