Numeric Display Properties

These properties configure how numbers are displayed.

If you want to change the default values, enter your changes in the emxSystem.properties page object. For more information, see Editing Properties Using MQL.

Property Name Property Description Valid Values
emxFramework.DecimalSymbolAllows the system to accept and use commas for decimals. For more information about setting the decimal character for3DSpace and Oracle, see Installing the Database.

This is a server-wide preference setting. The value for this property should be the same as that defined for MX_DECIMAL_SYMBOL in the enovia.ini file.

. or ,
emxFramework.DigitSeparatorWhen true, displays a thousandths separator for currency and quantity fields (for example, 1,000).

The JSP that displays the field must make use of this property to display the separator. If the decimal symbol is set to comma, the thousandths separator is a period. Otherwise, the separator is a comma.

True or False