Decimal Precision

For total, maximum and minimum table column calculations, the system does not round the value. Average, median and standard deviation calculations involve division of numbers so rounding is done when necessary.

In emxSystem.properties, the property emxFramework.SBTableCalculations.DecimalPrecision defines how many digits follow the decimal point when rounding. By default, the calculated value is rounded to 5 digits after the decimal point if the result contains more than 5 digits after the decimal point. For example, if the calculated value is 25.1234562, then the value would be rounded to 25.12346.

You can override the system default by defining the Decimal Position setting for a specific column used in the structure browser.