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

Date issue

now, the date is showing like blow as numbers, i want it to be the date format

FieldDate

40909

40910

40911

40912

40913

40914

40915

40916

i have tried many ways

Date(FieldDate)

Date#(FieldDate, 'YY-MM-DD')

interval(fLOOR([FieldDate]),'YY-MM-DD')

all are not working, i do not know why

5 Replies
tresesco
MVP
MVP

Date(FieldDate, 'YY-MM-DD') ?

Not applicable
Author

Not working

nizamsha
Specialist II
Specialist II

its working fine

Date( Date,'DD-MM-YY')

tresesco
MVP
MVP

Issue must be somewhere else. Where are you trying this, script? (if yes, how?), at the front end ?(if yes, text box, or any expression?)

nizamsha
Specialist II
Specialist II

a:

LOAD * inline [

Date

40909

40910

40911

40912

40913

40914

40915

40916

];

LOAD

Date( Date,'DD-MM-YY') as Date1 Resident a;