Hi!
Concerning the chart radar, I would like to know if we have to use only static values like below or if it is possible to use dynamic values from a search?
| makeresults
| eval ke...
See more...
Hi!
Concerning the chart radar, I would like to know if we have to use only static values like below or if it is possible to use dynamic values from a search?
| makeresults
| eval key="current", "Business Value"=.37, Enablement=8.64, Foundations=2.56, Governance=1.68, "Operational Excellence"=4.992, "Community"=9.66
| untable key,"axis","value"
| eval keyColor="magenta"
If we can use only static values, how to combine many different key?
thanks