Dashboards & Visualizations

Dynamic Drilldown view based on selected cell's column header value and corresponding row value(first column)

NathanAsh
Path Finder

Hi,

I wish to pass the values of $click.value$ and corresponding cell's header (dynamically generated in splunk query) values to the search query in creating the drilldown view of dashboard. Please let me know how to achieve that.

for example if the user clicks on the cell containing 100.00 value, I need to pass the channel name adp and header value of 304 to the search query 

adp can be achieved through $click.value$ , don't know for 304 (and its corresponding search field name) 

sp.JPG

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

$click.name2$ gives you the column (field) name where the user clicked.

$click.name$ $click.name2$
   
$click.value$ $click.value2$ (user clicked here)

View solution in original post

NathanAsh
Path Finder

Thanks for the help. One more clarification. Hope there is no and condition in the search operation. can I try like this

....query| search fieldname="$click.value$" | where fieldname2="$click.name2$"
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could do that, but whether that makes sense depends on your search, the fields available and your data, which I am not in a position to comment on.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

$click.name2$ gives you the column (field) name where the user clicked.

$click.name$ $click.name2$
   
$click.value$ $click.value2$ (user clicked here)
Get Updates on the Splunk Community!

Unlock Instant Security Insights from Amazon S3 with Splunk Cloud — Try Federated ...

Availability: Must be on Splunk Cloud Platform version 10.1.2507.x to view the free trial banner. If you are ...

What's New in Splunk Observability - November 2025

What's New We’re excited to announce the latest enhancements to Splunk Observability Cloud and ...

Splunk Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...