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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
fwang
Contributor
Contributor

TimeStamp

I need to add a field that shows the last refresh time of the Qliksense application in the format yyyy-mm-dd hh:mm:ss

Labels (2)
1 Reply
MayilVahanan
MVP
MVP

Hi 

You can either create as field like below or in front end also.
Load Timestamp(ReloadTime(), 'yyyy-mm-dd hh:mm:ss') as ReloadTime AutoGenerate 1;

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.