Hi,
i have a SDK component which uses the format strings passed by the data source to format the values.
To format the values, i use the following (prosa)code:
var formatString = datasource.dimensions[].members[].formatString;
var formattedValue = sap.common.globalization.NumericFormatManager.format(value, formatString);
The problem is, that sometimes the formatString is not set although the same measure is used.
FormatString is set:
FormatString is not set:
In BO DS 1.5 decimal places is set as shown here:
Is this a bug or does someone has an idea how to fix it?
Thx a lot.