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

dates in script load

Hi

I have a Script in a QV document with the Qlikview 9 Server versión, the fields with date type are loading with the format DD/MM/YYYY

in the QlikView 10 Server version , the dates are load with the format YYYY/MM/DD

any idea how to solve this?

Thanks

1 Reply
erichshiino
Partner - Master
Partner - Master

Hi, jmmartinez.

You can check the following variable in the beggining of your script.

SET DateFormat='D/M/YYYY';

Anyway, you can re-format it on settings -> Document Settings -> number

or use the date () function to format it on an object or expresssion

Date (Date_Field, 'DD/MM/YYYY')

Hope this helps,

Erich