Hello,
I have a stacked bar chart. The number format that the report is generated with seems to be the last number format of the locale under which the report was last saved. So for example if the report was last saved under a UK locale, i'll have a point as a decimal separator and a comma as a thousands separator.
How can i change this? How can i send from Java dynamically the required format? For usual numbers (which are not in charts), this is possible, because i can select formulas for decimal separator, thousands separator, and whether or not to use thousands separator. But for charts i have not found any possibility of formula.
Is it possible or not?