Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can i display app last reload date in qliksense

Hi,

Can anyone give me the idea, how can display app last reload date in qliksense?

1 Solution

Accepted Solutions
arulsettu
Master III
Master III

5 Replies
arulsettu
Master III
Master III

try ReloadTime()

Anonymous
Not applicable
Author

Thanks Arul

OmarBenSalem

Another solution, if you don't know this function is to add a variable in the end of your script:

Let vReloadTime= Now();

With that, when the app is reloaded (the script is executed) , the variable will have the reloaded time and you call your variable in an object.

Anonymous
Not applicable
Author

Thanks Omar

Mimiii
Contributor
Contributor

Hi Omar,

maybe you can help me… how can I reload app for the last work day of every month in a variable?

Let vReloadTime= Lastworkday…..??

 

thank you for your help