Dashboards & Visualizations

How do you remove the blue hyperlink color and background from a multivalued column when you click on it?

genesiusj
Builder

Hello,

Checking out this answer is helpful, except if the value of the column is multivalue.

How do you remove the blue hyperlink color and background from an image when you click on it?

 

<html>
 <style>
  #tableWithDrilldown2 table tbody tr td,#tableWithDrilldown2 table thead th 
    a{color: white !important;}
 </style>        
</html>
<table id="tableWithDrilldown2">

 

This is the value of one of the columns in our dashboard table.

 

| eval events=case(
    pt="1-acc",TIME." ".dur."  ".pt." Code=".cde."  ".certStatus." for ".user,
    pt="2-pay",TIME." ".dur."      ".pt." ".user." Code=".cde."  ".week." $".gross."  Bal: $".bal,
    pt="3-new",TIME." ".dur."    ".pt." ".user." Code=".cde)

 

This is an example of the output of only two users. The combination of events can be in different orders and have 1, 2, or all 3 of the types of events (acc, pay, new).
NOTE: The time between the set of the events of the two users is a coincidence, and not common.

 

19:35:09.3       10.7  1-acc  Code=0000  Success for Jessie
19:35:19.2       09.8    3-new     Jessie Code=2801
19:36:56.3    01:37.1      2-pay Jessie Code=0000  03-27-2021 $0  Bal: $17250
19:45:09.3       10.7  1-acc  Code=0000  Success for Billie 
19:45:19.2       09.8    3-new     Billie Code=2801
19:46:56.3    01:37.1      2-pay Billie Code=0000  03-27-2021 $0  Bal: $17250

 

 

Thanks and God bless,
Genesius

Labels (2)
Tags (3)
0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...