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!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...