Export To XML converts large numbers to E- notation
Support Ticket 7252
If I export large numbers like 123456789012345678 , in the export, it's shown as 1.2345678901234568E+17
(export to JSON works fine)
Mapping values:
1234 123456789012345 ToString(1234567890123456) FormatNumber(1234567890123456, 0, false, nl_NL)
and 1 free input number: