Hi all,
I have a problem with the data type "dec" in a database table.
I don't want to use FLTP because I don't want to have exponents in the value.
My problem with dec is now that the values which I save into the table are too big. (factor 1000)
I think this is the known comma and point problem. --> is comma the decimal separator or the point
How can I avoid this?
Any ideas?
Regards