Display Number in List
I did some more testing, and numbers in the format ####.## show up correctly, but numbers in the format #####.## and greater get rounded, and are formatted as #####.#.
What is even stranger, which tells me it is not the amount of digits in the number, is that numbers in the format ####### show up correctly. It has something to do with the combination of 5 digits or more on the left-hand of the decimal point, and two or more digits on the right-hand of the decimal point.
If I then use a number in the format #######.##, or 1533335.35 for example, when displayed in the list, it is automagically formatted as 1.53334e+06...
|