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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
5 Replies
tresB
Champion III
Champion III

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

Not applicable
Author

Not working

nizamsha
Specialist II
Specialist II

its working fine

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

tresB
Champion III
Champion III

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;