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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikSensor
Partner - Creator
Partner - Creator

Bringing QlikSense to handle a UNIX-Date format as date

Hi,

I read data where one column is a date in UNIX format. It is handled as date in Excel as well. But if I read this into Qliksense, the date is only a string. How can I make Qliksense to recognize is as date?

Labels (1)
1 Solution

Accepted Solutions
steeefan
Luminary
Luminary

Timestamp(TS) AS TSConv should do the trick:

steeefan_0-1702976444258.png

 

View solution in original post

3 Replies
steeefan
Luminary
Luminary

This support article should be helpful: How to convert Epoch Unix Timestamp.

QlikSensor
Partner - Creator
Partner - Creator
Author

Thanks for this, I think I messed my OP up with leading you in the wrong direction. It is not UNIX format (I thought it be), but it looks like this:

2023-12-15T05:31:17.873799400

steeefan
Luminary
Luminary

Timestamp(TS) AS TSConv should do the trick:

steeefan_0-1702976444258.png