Hi,
I'm trying to export a decimal value in text format. I format the value in this way "Format(value,0,2)"; exporting by report I find always the decimals (for example if my value is 550, in the exported file I find 550.00), but If i do the same in xml export doesn't works; I find 550. Can you help me?
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
viewtopic.php?t=22625&f=23
Its working for me:
Result:
...
<BalanceAtDate>402 644 192,52</BalanceAtDate>
<d>402644192.520</d>
...
Best regards.