Thousands Separator with High Numbers
Hello! I have a Numeric Column which has up to 21 characters (i.e. 123145678915487615423) and I have the Column Properties set as: NumericContinuousBestWidth: 21Use thousands separator checked Unfortunately the highest character numbers are showing as 1.234567891546e+20 Where I want it to show as: 123,145,678,915,487,615,423 I tried to change many aspects, such as the modeling type, the format, da...