What function and/or what do I need to write to get this column to have a decimal and two 0s on the end?
They are of "Double" data type and I need them to stay that way because I'll need to add them up later.
Solved! Go to Solution.
Hi @KaylReiter you would need to change your date type to a fixed decimal type set to "19.2" rather than double however you would still be able to add them later on.
Thank you! I appreciate it.