Dashboards & Visualizations

How to apply table drilldown in the same page using a field value option?

skender27
Contributor

Hi,

I am trying to apply drilldown in a form where a dashboard panel drills down to another one (in the same page). The original panel is a table and the drilldown would be a cell drilldown type.
I wrote the XML in this way:

<drilldown>
          <set token="drill_token">$click.value$</set>
        </drilldown>

So the value of the field clicked applies to the search in the appearing dashboard panel (table).
An suggestions about the option $click.value$ or other I should use?

Thanks,
Skender

0 Karma
1 Solution

jeffland
SplunkTrust
SplunkTrust

$click.value$ will give you the value of the leftmost cell in the clicked row. You probably want to use $click.value2$, which returns the value of the clicked cell. See here for docs.

View solution in original post

jeffland
SplunkTrust
SplunkTrust

$click.value$ will give you the value of the leftmost cell in the clicked row. You probably want to use $click.value2$, which returns the value of the clicked cell. See here for docs.

skender27
Contributor

Thanks a lot jeffland.
Now it works. In fact, I put the combined field date_month." ".date_year in the first column and now I get the right drilldown below the panel.

Thanks a have a nice day,
Skender

0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

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

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...