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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conversion of UNIX date format

I have a column where the date is in UNIX format. is there any way to convert it in to the normal format? Please help

4 Replies
Not applicable
Author

Hi,

look at function DateAdd(). You can convert the timestamp with s.th. like this:

DateAdd("s",unixdate,#1970/1/1#)

Regards,

Pascal

Not applicable
Author

Hello,

I had that issue some time ago, and I think the post is still in the archived forum.

What Pascal Suggest is a good solution but the DateAdd function is only available in SQL.

For QlikView you can use this:

25569+UnixTimeField/24/60/60

Hope it helps,

Regards

John

Not applicable
Author

Try this  on  unixtime create with Opmanager(ManageEngine)  to

(25569+CREATETIME/24/60/60/1000)

this work for my

Thks

alerosmari
Contributor
Contributor

hello good morning,
I have the same problem but I need to convert in the other way, from timestamp to UNIX.

do you know how to do it? I can't do it just with math

thank you