Dashboards & Visualizations

How to set and unset drilldown in Splunk Js?

Jhanzkie
Path Finder

Hello,
Sorry again for beginner question.

I want to add drilldown in my TableView that when i click a cell in Table A it will show Table B.
Also, If I click a cell in Table B it will hide.

Jhanzkie_0-1647396773627.png

Jhanzkie_1-1647396801102.png


I want to check how it is done in Splunk Js.

Thank you

Labels (2)
Tags (2)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Do you need to do it in JS or is doing it inside the XML OK?

In XML it's simply

<panel>
...
  <drilldown>
    <set token="component">$row.component$</set>
  </drilldown>
</panel>
...
<panel depends="$component$>
... second panel
  <drilldown>
    <unset token="component"></unset>
  </drilldown>
</panel>

Jhanzkie
Path Finder

Hello thank you for your response.

Yes i wanna see it in Js 🙂 .

0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

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

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...