how to set output format for a number field
Hello,
I have an XML-Export that writes some values from Siebel to an XML-File.
The internal integration object I have has the Property UseFormattedValues=Y because we have dates, currency fields etc.
However, we have also one field that is storing a number in integer format.
When exporting this field, the field value is exported with number grouping char ".", so the value 1001 is exported as 1.001
We need to have the unformatted value in the export but I can't see a parameter to deactivate the format for a particular field.
Can you please help.