DefaultDecimal

Description

Defines the separator character for amount decimal places to search for during interpretation.

Notes

  • This setting is not used when the Verify operator changes amounts. DisplayDecimal is used instead.
  • Validation errors occur if:
    1. The interpreted value does not match the format in DefaultDecimal, or
    2. If the value entered by the Verify operator does not match DisplayDecimal.

Valid values

  • The character used as decimal. Examples:

    DefaultDecimal=.

    DefaultDecimal=,

  • Value if missing: . (a period)