Hey guys,
I have a table and nearly all fields are from data type decimal, but one is integer.
I would like to change that integer-field to decimal.
I did a test on my local machine and I could recognize, that all the data of my data get lost, when I changed the data type from integer to decimal and when I saved the changes (compiled with force).
How do you think I can change the data type without losing all my data?
Or would it make more sense to leave the data type with integer?
Could there be any calculation errors later because it is not of the data type decimal ?