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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.