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

Date Format returns NULL value

Hi, i have a question. I have a data like this before formatting

date.png

I want to change the date format into 'MM/dd/yyyy' by using this function in load script

date(SHIP_DATE,'MM/dd/yyyy') as SHIP_DATE

But when data load is finished it returns null like this:

datenull.png

I also do this to another fieldname and it runs perfectly, only "SHIP_DATE" field returns null.

Anybody know what's the problem ?

really appreciate your help

Thanks

11 Replies
nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Hi Try this:

date(SHIP_DATE,'MM/DD/YYYYY') as SHIP_DATE

Anonymous
Not applicable
Author

Hi All,

Thanks for your answer, it is very helpful to solve my problem.

Thanks in advance