Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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