Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have one column which has UNIX Time stamp.I wish to convert it to standard
Qlikview Timestamp .Please find attached excel
I tried using following code
ConvertToLocalTime(timestamp((25569+(time+3600000)/(1000*24*3600))), 'GMT-01:00') as time,
But it is giveing me values like 1970/01/17 11:21:47 PM
All values are in the range 1970 which is not the actual case.
Any help appreciated .
Thanks,
Nishant Nadkarni
search on community there is so many thread for convert unix timestamp to local timestamp
one of the best thread is
https://community.qlik.com/ideas/2517
Regards
search on community there is so many thread for convert unix timestamp to local timestamp
one of the best thread is
https://community.qlik.com/ideas/2517
Regards
Hi max,
Thanks a lot .It did work .
Regards,
Nishant Nadkarni