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.
"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.
Pleas let me know is there any way I can suppress this scientific format.