Limitation on No.of Numeric Characters displayed in a Table

Hi All,

We use Grafana OSS for displaying a table type dashboard retrieved from PostgreSQL based data. The value is a number and contains more that 15 digits. If we try to display the value will be cut short to a 15 digit value only from the beginning.

As a work around, we have added ‘x’ as a suffix to the values in the table. In other words making the value a alpha numeric value in order to display the entire content by using the below query in the attached image.
image

If we use the regular query the results are different. Please refer below.
image

Any help and suggestions will be highly appreciated, thank you.

Regards
Arnold

Welcome

What do you mean if you try to display the value. What you are showing is the filter. Can you explain ? I am not seeing this issue on v3195

image