I would like to show each percent of my values sepratly in a dashboard,(Becuse of the SVG input)
How can I do dat ?!
for example I need this : SuspendedEV 12.897025
Would adding a filter in your query for status="SuspendedEV"
not work?
Would adding a filter in your query for status="SuspendedEV"
not work?
Yes It works I use this commands
| where status="SuspendedEV"
Thanks for your help , solved Ja
Glad you found your answer. Don't forget to close the question by accepting the answer that worked for you.
What are you getting now? And what's the expected? (provide some mock expected output). Are you drilling down from above query? OR just want all % value in separate visualization?
No I just need all % value in separate visualization in this case.
For example I need % value of "SuspendedEV 12.897025"
and then
| eval percent=round(percent,0)
| fields percent
| `svg_viz_battery_percentage_simple(percent)`
to show that in a SVG battery
like this : 13%
https://drive.google.com/open?id=1AU9wYqdskwK2LCXJnVUzW6uBIRhY9FJj
link text