Dashboards & Visualizations

Drill down only 1 column

jiaqya
Builder

I have dynamic columns on the table, and based on my previous question i am able to get one of the column as "Today" , thanks to help from community.

Now out of all these columns which are dynamic, only "Today" column should be enabled for drilldown.

i see there are ways to do this, but since columns are dynamic , except the "Today" column, i need help to fix this..

Tags (1)
0 Karma
1 Solution

kamlesh_vaghela
SplunkTrust
SplunkTrust

@jiaqya

You can use condition on field name like below.

<option name="drilldown">cell</option>
        <drilldown>
          <condition field="Today">
            <!-- your drilldown logic -->
          </condition>
          <condition>
            <!-- keep it blank -->
          </condition>
        </drilldown>

View solution in original post

kamlesh_vaghela
SplunkTrust
SplunkTrust

@jiaqya

You can use condition on field name like below.

<option name="drilldown">cell</option>
        <drilldown>
          <condition field="Today">
            <!-- your drilldown logic -->
          </condition>
          <condition>
            <!-- keep it blank -->
          </condition>
        </drilldown>

jiaqya
Builder

This works good, thank you...

Cant see an option to mark this as the answer..

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...