Dashboards & Visualizations

How to change color of checkbox on the basis of user is active or inactive?

Atchyuth_P
Path Finder

Hello - I have a requirement where there are 10 user and want to highlight if user is active or inactive. Based on the requirement I have gone with checkbox since there can be multiple users active at same time.

Condition - 
If the user is active then checkbox should be checked.
If the user is inactive then checkbox should be unchecked   

We are validating via SPL query if user is active or inactive.
Help me with JS Code where we can pass data into checkbox and toggle the checkbox value. i.e. 1 or 0
1 means active
0 means inactive

 

 

Labels (3)
Tags (3)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Do you mean show a column in a table with a checkbox type display that is just information and cannot be checked?

You can always do this type of logic without using an JS

| fieldformat Active=if(Active=1,"","")

where you are pasting the Unicode tick/cross characters into the UI

Those characters come from

https://unicode-table.com/en/sets/check/

 

0 Karma
Get Updates on the Splunk Community!

Financial Services Industry Use Cases, ITSI Best Practices, and More New Articles ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Splunk Federated Analytics for Amazon Security Lake

Thursday, November 21, 2024  |  11AM PT / 2PM ET Register Now Join our session to see the technical ...

Splunk With AppDynamics - Meet the New IT (And Engineering) Couple

Wednesday, November 20, 2024  |  10AM PT / 1PM ET Register Now Join us in this session to learn all about ...