mlab - MongoLab Scientific Notation in Table view -
i'm having trouble finding documentation on how format table view definitions. here's have:
what see on document in collection:
{ some_number: 1111111111 }
view definition:
{ "number": "some_number" }
what see in table view:
number 1.111111111e9
while they're technically equivalent, wondering if there's way stop mongolab form turning scientific notation?
thanks!
according mongolab support of july 14th, 2015, not support user formatting numbers. have since fixed scientific notation issue , numbers show commas (eg 6000546 show 6,000,564.0000 or of likes). workaround problem store data values strings rather numbers.
Comments
Post a Comment