Is there a way to pre-define currency symbol, thousands separator, decimal places when the data is loaded rather than manually through the UI?
Hi,
Yes, but it's possible only for Microsoft SSAS.
Please set the following parameter in the XML config:
<params>
...
<param name="useOlapFormatting">true</param>
...
</param>
It will apply formatting that is defined by the cube.
Regards,
Ian
Hello David and all Flexmonster users,
Please have a look at the following article: http://www.flexmonster.com/doc/number-formatting/. Here you can find some useful examples of number formatting that can be predefined in the report.
Regards,
Tanya