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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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())