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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

Conversion of TimeStamp to date

Hi There,

How to convert a time stamp to date in Qlik Sense data load editor?

13/2/2014 12:00:00 am

Anyone please help.

Thank you!

 

 

 

Labels (5)
1 Solution

Accepted Solutions
Or
MVP
MVP

If the field is recognized as a timestamp, you can use dayname(Field) or date(floor(Field)).

If it is not, use TimeStamp#(Field,format) to force Qlik to parse it as a timestamp and then use the above functions as required.

View solution in original post

2 Replies
Or
MVP
MVP

If the field is recognized as a timestamp, you can use dayname(Field) or date(floor(Field)).

If it is not, use TimeStamp#(Field,format) to force Qlik to parse it as a timestamp and then use the above functions as required.

Purushothaman
Partner - Creator III
Partner - Creator III
Author

date(floor(Field)) is working. Thanks for the help.