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

loading system time and date in xls;

Hi,

I want to store current system date and time in excel sheet for further use , How to do it?

1 Reply
Not applicable
Author

You can use the the 'Send to Excel' button of the straight table chart to export the system date and time..

in the expression tab:

System Date: =Date(Today())

System Time = Time(Now())