# How to remove scientific format

**URL:** https://discuss.elastic.co/t/how-to-remove-scientific-format/288843
**Category:** Elasticsearch
**Tags:** vega
**Created:** [November 10, 2021, 6:45am UTC](https://discuss.elastic.co/t/how-to-remove-scientific-format/288843 "2021-11-10T06:45:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![paigekim](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/paigekim/32/91494_2.png) [@paigekim](https://discuss.elastic.co/u/paigekim)
#### Post date: [November 10, 2021, 6:45am UTC](https://discuss.elastic.co/t/how-to-remove-scientific-format/288843/1 "2021-11-10T06:45:19Z")

</div>

Hello,

I am currently using Elasticsearch query to find out an accumulated revenue and an accumulated sum. The values calculated fast as I needed it but I would like to get the numbers in float value, not by scientific format.

```auto
                "accumulated_cost" : {
                  "value" : 4.284E7 => i want to get this as 42840000
                },

```

I do see there is a topic similar to my question but this is about decimal value.

> [@Convert scientific notation (ex: 7.533992951114973E-4) to float](https://discuss.elastic.co/t/convert-scientific-notation-ex-7-533992951114973e-4-to-float/254482):
>
> Im trying to add the actual and typical field to the ML alerts on watcher, is there a method in painless to convert scientific notation to float? "actual" : [7.533992951114973E-4],

Pleas let me know is there any way I can suppress this scientific format.

---

<div class="post-metadata">

### Author: ![aaron-nimocks](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/aaron-nimocks/32/73965_2.png) [@aaron-nimocks](https://discuss.elastic.co/u/aaron-nimocks)
#### Post date: [November 14, 2021, 2:54pm UTC](https://discuss.elastic.co/t/how-to-remove-scientific-format/288843/2 "2021-11-14T14:54:02Z")

</div>

Is this a Vega specific question? Looks like Vega does this automagically.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/5/c/5c67237f92a1ac4ffe97116875c78d479006737c.png)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 12, 2021, 2:54pm UTC](https://discuss.elastic.co/t/how-to-remove-scientific-format/288843/3 "2021-12-12T14:54:58Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
