<?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: multiple drilldown possibility on one result table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64142#M3349</link>
    <description>&lt;P&gt;Lets Say I have one SimpleResult Row, I want beeing able to make a drilldown with a query based on fields Row.F1 Row.F2, &lt;BR /&gt;
and another drilldown with another query based on Row.F1 and Row.F3...&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2013 07:20:33 GMT</pubDate>
    <dc:creator>sbsbb</dc:creator>
    <dc:date>2013-03-19T07:20:33Z</dc:date>
    <item>
      <title>multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64140#M3347</link>
      <description>&lt;P&gt;Is it possible to have on the same row, to have multiple possibility of drilldown, based on the same cells ?&lt;/P&gt;

&lt;P&gt;Is there a way to have a context menu ? Or how could I achieve that ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 06:26:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64140#M3347</guid>
      <dc:creator>sbsbb</dc:creator>
      <dc:date>2013-03-16T06:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64141#M3348</link>
      <description>&lt;P&gt;can you please explain more this ...&lt;BR /&gt;
Kamal Bisht&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2013 03:56:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64141#M3348</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2013-03-17T03:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64142#M3349</link>
      <description>&lt;P&gt;Lets Say I have one SimpleResult Row, I want beeing able to make a drilldown with a query based on fields Row.F1 Row.F2, &lt;BR /&gt;
and another drilldown with another query based on Row.F1 and Row.F3...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 07:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64142#M3349</guid>
      <dc:creator>sbsbb</dc:creator>
      <dc:date>2013-03-19T07:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64143#M3350</link>
      <description>&lt;P&gt;Where you able to acheieve this , we are facing the same issue. Please let us know how?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 10:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64143#M3350</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2015-01-05T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64144#M3351</link>
      <description>&lt;P&gt;I believe this will answer your question (on the off chance no one has already). To get multiple drilldowns by field on a single report/dashboard panel do the following in your dashboard xml:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown target="_blank"&amp;gt;
          &amp;lt;link field="&amp;lt;field name&amp;gt;"&amp;gt;&amp;lt;link&amp;gt;=$row.&amp;lt;field name&amp;gt;$/&amp;lt;/link&amp;gt;
          &amp;lt;link field="&amp;lt;field name&amp;gt;"&amp;gt;&amp;lt;link&amp;gt;&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;

example:
   &amp;lt;drilldown
              &amp;lt;link field="username"&amp;gt;https://www.facebook.com/=$row.username$/&amp;lt;/link&amp;gt;
              &amp;lt;link field="country"&amp;gt;https://www.google.com/maps/place/$row.country$/&amp;lt;/link&amp;gt;
    &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You put your distinct field names in where I've noted above. The field and token take into account which field cell is being clicked and populate your link with the result. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 16:28:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64144#M3351</guid>
      <dc:creator>pepper_seattle</dc:creator>
      <dc:date>2016-04-21T16:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64145#M3352</link>
      <description>&lt;P&gt;I wanted to write an update here as this method is now deprecated and in case someone finds this page like I did they will have the new answer. Like it pepper_seattle's previous answer, the slight change for the new formatting would look like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
&amp;lt;drilldown&amp;gt;
   &amp;lt;condition field="username"&amp;gt;
     &amp;lt;link target="_blank"&amp;gt;https://www.facebook.com/=$row.username$/&amp;lt;/link&amp;gt;
   &amp;lt;/condition&amp;gt;
   &amp;lt;condition field="country"&amp;gt;
     &amp;lt;link target="_blank"&amp;gt;https://www.google.com/maps/place/$row.country$/&amp;lt;/link&amp;gt;   
  &amp;lt;/condition&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But what is also cool is that you could click on say username and use a value from something else in the row instead but still requires that you are clicking on the username field. Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;    
&amp;lt;drilldown&amp;gt;
    &amp;lt;condition field="username"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;https://www.google.com/maps/place/$row.country$/&amp;lt;/link&amp;gt;
    &amp;lt;/condition&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Sep 2018 14:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64145#M3352</guid>
      <dc:creator>worshamn</dc:creator>
      <dc:date>2018-09-13T14:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64146#M3353</link>
      <description>&lt;P&gt;Hi this works fine for me however when I now click on a field that is not one of the two in the condition it exits off the dashboard and into a search query&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 14:42:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64146#M3353</guid>
      <dc:creator>jamieadahan</dc:creator>
      <dc:date>2020-02-11T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: multiple drilldown possibility on one result table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64147#M3354</link>
      <description>&lt;P&gt;Sorry I just looked this up and I found an answer adding in the  &lt;CODE&gt;&amp;lt;condition&amp;gt;&lt;/CODE&gt;  tags blank treats the rest of the options as nothing &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;condition field="username"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;https://www.facebook.com/=$row.username$/&amp;lt;/link&amp;gt;
    &amp;lt;/condition&amp;gt;
    &amp;lt;condition field="country"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;https://www.google.com/maps/place/$row.country$/&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;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Feb 2020 14:52:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/multiple-drilldown-possibility-on-one-result-table/m-p/64147#M3354</guid>
      <dc:creator>jamieadahan</dc:creator>
      <dc:date>2020-02-11T14:52:54Z</dc:date>
    </item>
  </channel>
</rss>

