Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
johnnyjohn
Creator
Creator

Can't parse a timestamp in Qliksense

I have the following timestamp format: 

johnnyjohn_0-1630576765915.png

When I load it in Qliksense without any manipulation, it seems to be read fine as a timestamp.

But any manipulation I try to do on the date does not work

johnnyjohn_2-1630577030321.png

 

Could someone help please?

1 Reply
brunobertels
Master
Master

Hi 

tru this 

to get date : 

date(floor(timestamp#(left('20210902 09:01:15.811790 +0100s',17),'YYYYMMDD hh:mm:ss')),'DD/MM/YYYY')

 

to get time :

time(right(timestamp#(left('20210902 09:01:15.811790 +0100s',17),'YYYYMMDD hh:mm:ss'),8),'hh:mm:ss')