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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Csv upload timestamp format

Hello guys,

i have a already built qilkview dashboard. I just need to upload some additional data (extra rows). The timestamps loaded previously was in this format "15/05/2015 00:00:00". the csv cell format was in GENERAL format.

the new data that I have to add has the timestamp in the following format "28/04/2015 12:00:00 AM". the csv cell format is DATE CUSTOM.

Can anyone please tell me how to convert the new data timestamp which is in DATE CUSTOM to the previous one in GENERAL format so that all timestamps old and new are in same format.

THanks

1 Solution

Accepted Solutions
maxgro
MVP
MVP

maybe

Timestamp(Timestamp#(@1, 'DD/MM/YYYY hh:mm:ss tt'), 'DD/MM/YYYY hh:mm:ss')

View solution in original post

1 Reply
maxgro
MVP
MVP

maybe

Timestamp(Timestamp#(@1, 'DD/MM/YYYY hh:mm:ss tt'), 'DD/MM/YYYY hh:mm:ss')