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: 
kimchiuri
Contributor
Contributor

Date convert

Hi,

In then db I am loading I have dates columns represented as varchar (mysql) as YYYY-DDDT00:00:00.000.

it is clearly Year and day of the year.

Any out of the box function in QLIK to make out of it a standard date; e.g. dd/mm/yyyy?

Thanks

Uri

Labels (1)
2 Replies
MK_QSL
MVP
MVP

MK_QSL
MVP
MVP

Data:

Load *,Date(MakeDate(Left(DateTimeField, 4))+(Mid(DateTimeField,6,3))) as DateField Inline

[

  DateTimeField

  2016-010T00:00:00:000

  2016-140T00:00:00:000

  2016-365T00:00:00:000

];