Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
baarathi
Creator III
Creator III

How to store last reload date in variable

How to store last load date in a variable? which should keep itself updating after each load

6 Replies
Chanty4u
MVP
MVP

create a variable like below

vReload=relaodtime()

Chanty4u
MVP
MVP

create new

variablename    vReload

Defination        =Reloadtime()

jasonmomoa
Creator
Creator

Hi baarathi‌,

If you want to define it in the script

Let vReloadTime = ReloadTime();

You can always use the ReloadTime() function in a KPI / text area in the front end.

Regards,

baarathi
Creator III
Creator III
Author

Thank You Xavier Gracia. ReloadTime() , Does this function return date alone(MM/DD/YYYY) or date along with time (MM/DD/YYYY HH:MM:SS)  ?

OmarBenSalem

U can format it as u want:

exp:

Capture.PNG

Mimiii
Contributor
Contributor

Hallo, ich habe auch die gleiche Frage, aber für den letzten Arbeitstag im Monat? 
Wie kann ich die Nachladezeit für den letzten Arbeitstag im Monat variabel speichern?

Ich danke Ihnen für Ihre Hilfe!