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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...