My map truncates 3.40 to 3.4. I don't want this to happen.
If the number comes in as 5.1 then I don't want to add an additional 0 at the end to make it 5.10. The data should look exactly how it initialy came.
I am using DSTX 7.5(119).
The type trees are created from an initial type tree that is generated from an oracle database.
The numbers are defined as decimals with decimal
I would prefer NOT to redefine the numeric items as text.
How do I stop the truncation and avoid additional 0's?
If the number comes in as 5.1 then I don't want to add an additional 0 at the end to make it 5.10. The data should look exactly how it initialy came.
I am using DSTX 7.5(119).
The type trees are created from an initial type tree that is generated from an oracle database.
The numbers are defined as decimals with decimal
I would prefer NOT to redefine the numeric items as text.
How do I stop the truncation and avoid additional 0's?