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: 
Anonymous
Not applicable

Date format issue

date format.PNG.png

Hi,

I am struggling with a date format, F_EOD is the formatted date eg.Date() or Date#(). Each time i wrap a function being it Date,Year,Month the field goes empty.R_EOD is the raw fieldname unformatted.

Please help.

6 Replies
bbi_mba_76
Partner - Specialist
Partner - Specialist

Hi,

did you try using the format 'DD/MM/YYYY' in your application?

Not applicable
Author

Let Qlikview know it is a date field by doing Date#(R_EOD, 'DD/MM/YYYY').

Greg_Williams
Former Employee
Former Employee

date(date#(F_EOD,'DD/MM/YYYY'))

-Greg

its_anandrjs
Champion III
Champion III

Load the fields as

Date#(F_EOD) as F_EOD

and check in qlikview what you get may be it is 41234 some thing like this value then convert it into your date format.

Anonymous
Not applicable
Author

Thanks a lot guys that was very helpful .

rbecher
MVP
MVP

You probably have the wrong date format settings?

Wrong:

SET DateFormat='MM/DD/YYYY';

Right:

SET DateFormat='DD/MM/YYYY';

Astrato.io Head of R&D