Dashboards & Visualizations

Format Column Color Based on Evaluation on Other Column

aohls
Contributor

I have the following columns:
Action |OneMonthAverage|TwoMonthAverage
Click | 10 | 15
Double-Click| 30 | 20

What I want is for the formatting color to get set on OneMonthAverage if it is greater than the TwoMonthAverage. Is this possible?

Tags (2)
0 Karma

niketn
Legend

@aohls refer to answer by @kamlesh_vaghela where
Step 1) You need to bring the two columns together using SPL

  | eval OneMonthAverage = OneMonthAverage."|".TwoMonthAverage

Step 2) Use SimpleXML JS Extenstion with SplunkJS to access Table Cell using JavaScript. Parse OneMonthAverage cell value and Split by | character.
Step 3) Apply Color based on comparison of One Month and Two Month average.
Step 4) Save the value of One Month Average as Cell Value.

https://answers.splunk.com/answers/661894/how-to-color-cell-contents-with-css-and-js.html#answer-661...

Please try out and confirm.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...