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 to set date and reload it

hey everybody

i have the following question,

how can i set the date of today to a variable, and reload it every time i execute the script? and show it

something like

vdate=Today()

but next time i run the script, put the new date on vdate.

thanks!

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Like this: LET vdate = today();

You can also use the built-in ReloadTime() function. That will also return the date and time of the last reload.

Add a textbox with =vdate or =ReloadTime() to show the value


talk is cheap, supply exceeds demand