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!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...