Hi,
Localization of my environment/PENTAHO is France.
Number-field : [SeuilRef]
Attributes/format : #,###.0
Result is ok: 1 234 567,8 for example (french notation).
Message-field : [SeuilRef]
Attributes/value : $(SeuilRef, number, #,###.0)
Result is ok: 1 234 567,8 (french notation).
Text-field : [SeuilRef]
Attributes/value/formula : =MESSAGE("{0, number, #,###.0}"; [SeuilRef])
Resuld is bad: 1,234,567.8 (US notation).
The localization is bad. Setting issue or bug ?
Thanks in advance.