You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now look at the numbers in the same column (and other columns).
With format column or csv I get ugly looking values, like "1.228442e+06".
Numbers larger than 999 999 seem to show up as "e+06".
When I swap back to format table or json I get sane looking values, like "1228442.0000000000".
The text was updated successfully, but these errors were encountered:
Summary:
Values larger than 999 999 should not be presented as "1.228442e+06" but "1228442.0000000000".
Info + how to reproduce:
I run the latest version of influx CLI on a Debian 11 machine (package: influxdb2-cli 2.7.3-1).
I run the v1 shell and connect to my InfluxDB v2 (also latest version, on the same Debian 11 machine).
Look att e.g. column 'indoes_free'. Everything looks good so far. :-)
Now, change format to
column
orcsv
and re-run the query:Now look at the numbers in the same column (and other columns).
With format
column
orcsv
I get ugly looking values, like "1.228442e+06".Numbers larger than 999 999 seem to show up as "e+06".
When I swap back to format
table
orjson
I get sane looking values, like "1228442.0000000000".The text was updated successfully, but these errors were encountered: