Configuring and Using QXtend Inbound > Handling European Decimal Format
  
Handling European Decimal Format
By default, QXtend Inbound expects a dot (.) as the decimal separator for decimal values in QDocs. If another decimal separator is used, use the session context property decimalSeparator to specify the decimal separator. In this way, QXtend Inbound can process the QDocs correctly. For example, in many European countries, a comma (,) is used as the decimal separator. "120,45" in European format means "120.45" in US format. In this case, make sure that the following properties exist in the session context:
<urn:ttContext>
<urn:propertyQualifier>QAD</urn:propertyQualifier>
<urn:propertyName>decimalSeparator</urn:propertyName>
<urn:propertyValue>,</urn:propertyValue>
</urn:ttContext>