I have a bar chart, which has an "X" axis with dates. However, the dates are shown in the format "YYYY-MM-DDDTHH: MI: SS", and I want the date to be displayed as "DD-MM-YYYY". I have tried the following:
-
At the source of the data (SQL Query), I performed the casting with "TO_CHAR", and it is displayed in the desired format, however, the order of the dates is no longer chronological.
-
I have changed the values of the format of dates in "Shared Components" -> "Globalization", however these have no effect on the application.
-
I set a format such as "Date - Short" to the "X" axis on the bar chart, and it doesn't take effect either.
Thanks in advance for the help you can give me.
