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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...