Hi all!!!
I have problem with decimal format on xmlport.
Difference of 2 characters after a comma (I need just like in source - without ".00")
I tried to do the same as in the photo below
but after Export all LastDirectCost = 0 -- in source them have value
maybe someone did like this - can you give a couple of tips?
Answers
If you do not care about the decimal part of the CLastDirectost you must change the FORMAT sentence to this one:
LasDirectCostText := FORMAT(LasDirectCost, 0, 'Integer');
Regards.