Dashboards & Visualizations

How to create a drilldown on separate columns in a table?

klim
Path Finder

I have a dashboard with tokens on it: Token1, Token2, and Token3.

I have a table that contains multiple columns: x, y, z.

When I click the value of column x, I want to update Token1 on the same page.

When I click the value of column y, I want to update Token2 and so on.

When I click a column I only want to update the corresponding token and not the rest of the tokens.

Labels (1)
0 Karma
1 Solution

klim
Path Finder

I figured it out. I was initially using set instead of eval. I need to use something like this:

 

<drilldown>
          <condition field="x">
            <eval token="form.Token1">$click.value2$</eval>
          </condition>
          <condition field="y">
            <eval token="form.Token2">$click.value2$</eval>
          </condition>
          <condition field="z">
            <eval token="form.Token3">$click.value2$</eval>
          </condition>
        </drilldown>

 

 

View solution in original post

0 Karma

klim
Path Finder

I figured it out. I was initially using set instead of eval. I need to use something like this:

 

<drilldown>
          <condition field="x">
            <eval token="form.Token1">$click.value2$</eval>
          </condition>
          <condition field="y">
            <eval token="form.Token2">$click.value2$</eval>
          </condition>
          <condition field="z">
            <eval token="form.Token3">$click.value2$</eval>
          </condition>
        </drilldown>

 

 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...