Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
emteam162
Creator
Creator

Number Presentation

Hi,

I have created a chart Dynamic and i have on field format date "YYYY-MM-DD" and i want to have this format "DD/MM/YYYY"

there is a way to do that knowing i remove and i add the field to chart dynamic

i try this Settings ==> Document Prop ==>Number ==> Number Format Settings ==> Date"DD/MM/YYYY"

but doesn't work ?

i use QV 11 SR2

Many thanks for your help

Best Regards,

Emteam

11 Replies
Gysbert_Wassenaar

Then you may have to override the date format in the script for those 40 fields. Make sure you set the DateFormat variable correctly: SET DateFormat='DD/MM/YYYY';

Or just be lazy and live with the YYYY-MM-DD format.


talk is cheap, supply exceeds demand
emteam162
Creator
Creator
Author

Hi,

In my Script i have SET DateFormat='DD/MM/YYYY';

But doesn't working

I don't have no choose except to do date(FieldName,'DD/MM/YYYY')

Many thanks

Best Regards,

Emteam