Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how do i make my label capture time and date which my dashboard reloads

How do i update/capture on a label each time/date my QVD and QVW file reloads

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

For QVD - there is a function QVDCreateTime().  I think you can use it only in the script.

For the reload time - use ReloadTime().  Can be used anywhere.

View solution in original post

2 Replies
maxgro
MVP
MVP

in a chart label? for .QVW with reloadtime function :

ReloadTime( )

Returns a timestamp for when the script last finished reexecuting.

1.jpg

Anonymous
Not applicable
Author

For QVD - there is a function QVDCreateTime().  I think you can use it only in the script.

For the reload time - use ReloadTime().  Can be used anywhere.