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 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

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