Hi,
I am trying to create a dashboard, and there are some aggregated number, like sum of loan amount.
On the dashboard can i do something to show number like 1.2 Cr, or 1k.
Right now sum showing like 28,250,000 Can i show  number like this 2.8 Cr?

Hi,
I am trying to create a dashboard, and there are some aggregated number, like sum of loan amount.
On the dashboard can i do something to show number like 1.2 Cr, or 1k.
Right now sum showing like 28,250,000 Can i show  number like this 2.8 Cr?

can i do something to show number like 1.2 Cr, or 1k
Yes. You can set up field formatters on the index pattern to format fields as needed.
Go to management -> index patterns and open your index pattern. Find the field and click the edit button.
Add a formatter that formats the value as expected. See https://www.elastic.co/guide/en/kibana/current/field-formatters-numeric.html for more details
Thanks for the help
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.