<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Enable Drilldown for Specific Columns in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enable-drilldown-for-specific-columns/m-p/635456#M52078</link>
    <description>&lt;P&gt;The style selector needs to be repeated for all columns apart from the first (index="0")&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;panel depends="$stayhidden$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #tableClickableColumn table tbody td[data-cell-index="1"],
          #tableClickableColumn table tbody td[data-cell-index="2"]{
            color: black !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table id="tableClickableColumn"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;
Put your search here
          &amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition field="first column name"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;$click.value|n$&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 22 Mar 2023 06:50:58 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-03-22T06:50:58Z</dc:date>
    <item>
      <title>How to enable drilldown for specific columns?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enable-drilldown-for-specific-columns/m-p/635388#M52070</link>
      <description>&lt;P&gt;Hi guys...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to enable drill down for only the first column in a stats table. Any suggestions on how can we do this ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would need rest of the columns to appear normal without any links (not clickable).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 14:12:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enable-drilldown-for-specific-columns/m-p/635388#M52070</guid>
      <dc:creator>vik</dc:creator>
      <dc:date>2023-03-23T14:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Drilldown for Specific Columns</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enable-drilldown-for-specific-columns/m-p/635456#M52078</link>
      <description>&lt;P&gt;The style selector needs to be repeated for all columns apart from the first (index="0")&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;panel depends="$stayhidden$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #tableClickableColumn table tbody td[data-cell-index="1"],
          #tableClickableColumn table tbody td[data-cell-index="2"]{
            color: black !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table id="tableClickableColumn"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;
Put your search here
          &amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition field="first column name"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;$click.value|n$&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Mar 2023 06:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enable-drilldown-for-specific-columns/m-p/635456#M52078</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-22T06:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Drilldown for Specific Columns</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enable-drilldown-for-specific-columns/m-p/635571#M52089</link>
      <description>&lt;P&gt;That helps! Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 23:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-enable-drilldown-for-specific-columns/m-p/635571#M52089</guid>
      <dc:creator>vik</dc:creator>
      <dc:date>2023-03-22T23:38:58Z</dc:date>
    </item>
  </channel>
</rss>

