Hi everyone.
I have a column whose datatype is number set to two decimal places. Everyone knows what this means is, that each cell in that column will always show two decimal places. That's fine when the values entered happen to have decimals. But, what if I wanted to format the column such that only the values entered are shown?
For example, if a user entered 3, then I want the display to read 3. If the user entered 4.2 then I want the display to read 4.2. And if the user enters 6.13 then the value displayed should read 6.13. I'll be doing some math on these numbers so I'm guessing it's best to leave the datatype as a number and not change it to say, text.
Does anyone know how I can do this?
Thanks!
KJ
Bookmarks