C
ChrisR
I have some data (prices) where I want ever value to go to 3 decimals
regardless of value. If price is 8 I want it to be 8.000, if it is 12.15 I
want 12.150
Don't want currency sign. I have tried playing with format, multiplying by
1 and doing format function, etc. Sometimes it displays correctly in select
statement, but it never actually displays as x.xxx when I export to text
file. I have to have it display the 3 places to right of decimal in the
text extract for loading into another system
Any help would be greatly appreciated.
c-
regardless of value. If price is 8 I want it to be 8.000, if it is 12.15 I
want 12.150
Don't want currency sign. I have tried playing with format, multiplying by
1 and doing format function, etc. Sometimes it displays correctly in select
statement, but it never actually displays as x.xxx when I export to text
file. I have to have it display the 3 places to right of decimal in the
text extract for loading into another system
Any help would be greatly appreciated.
c-