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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Julian Date

Hi,

Anybody knows why the date is returing in julian date format even it is not Julian in the table..

I created a QVD file to pull up some fields from table X..

the DATE filed in the table is in YYYY-MM-DD which is what I need.

in the QVD file the DATE field still in the same format which is great too.

now when I use the Field in a report by loading it from the QVD file it returns the date in Julian Date format.!!

Anybody knows how to fix it?

Thanks!

1 Solution

Accepted Solutions
swuehl
MVP
MVP

So you get something like 2455876 as today's date? That's quite strange.

If not, what do you mean with Julian date?

Maybe you just get the numerical date representation, so try a Date(DATEFIELD,'YYYY-MM-DD') to format it as date.

Regards,

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

So you get something like 2455876 as today's date? That's quite strange.

If not, what do you mean with Julian date?

Maybe you just get the numerical date representation, so try a Date(DATEFIELD,'YYYY-MM-DD') to format it as date.

Regards,

Stefan

Not applicable
Author

Thank you so much!