UseLocaleDecimal

The UseLocaleDecimal parameter determines the format of decimal values to be used in Web RF.
  • If this parameter is set to FALSE, the decimal values are not displayed in WebRF. All Decimal values uses a period as the decimal point and decimal precision is not applied.
  • If this parameter is set to TRUE, the decimal values using the locale setting of the user are displayed. The decimal value displays the appropriate decimal point for the locale in use. Decimal precision is defined based on the QtyDecimalPrecision configuration setting. A value is identified as decimal only if the correct mask field is used in the screen widget uses , which must include the percentage symbol (%). If the configuration is not available, the value is displayed as a string value and the formatting is not applied.
    Note: By default, this parameter is set to FALSE.