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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Vinni2000
Contributor III
Contributor III

Date format

I have date field like this 20220728 (YYYY MM DD) and time field like this 220214 (hhmmss) so now I want convert date time into time stamp format like this DD/MM/YYYY hh:mm:ss

1 Reply
rwunderlich
MVP
MVP

Date numbers are integers and Time numbers are fractions of day. Make sure both values are interpreted to numbers and add them together. 

TimeStamp(
Date#('20220728', 'YYYYMMDD') + Time#('220214', 'hhmmss')
, 'DD/MM/YYYY hh:mm:ss')

-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com