What is the bug?
Casting rounded float to string returns "0E0" instead of "0.0"
How can one reproduce the bug?
source=test002
| eval vv=round((cast(1 as double)/100000)*100, 2)
| eval sv=cast(vv as string)
| fields sv
sv = "0E0"
What is the expected behavior?
What is your host/environment?
- OS: [e.g. iOS]
- Version [e.g. 22]
- Plugins
Do you have any screenshots?
n/a
Do you have any additional context?
n/a