We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Applying default formatting to measures.

Answered
David Starr asked on October 29, 2015

Is there a way to pre-define currency symbol, thousands separator, decimal places when the data is loaded rather than manually through the UI?

2 answers

Public
Ian Sadovy Ian Sadovy Flexmonster October 29, 2015

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

Public
Tanya Gryshko Tanya Gryshko Flexmonster December 5, 2016

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

Please login or Register to Submit Answer