<?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: How to configure Drilldown after using transpose command? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594818#M48780</link>
    <description>&lt;P&gt;Because of the transpose, the field is now called "row 1" not "I" or "II", so you need to build your conditions based on what was clicked&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition match="'click.value' == &amp;amp;quot;I&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition match="'click.value' == &amp;amp;quot;II&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition match="'click.value' == &amp;amp;quot;III&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 22 Apr 2022 08:14:43 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-04-22T08:14:43Z</dc:date>
    <item>
      <title>How to configure Drilldown after using transpose command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594717#M48771</link>
      <description>&lt;P&gt;After issuing a transpose command on my bar chart visualization I can't configure conditional drilldowns.&lt;/P&gt;
&lt;P&gt;I tried using the untable command followed by the xyz series command and no luck.&lt;BR /&gt;&lt;BR /&gt;this is the query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;search * 
| eval CATI = if(SEVCAT=="I", 1,0) 
| eval CATII = if(SEVCAT=="II", 1,0) 
| eval CATIII = if(SEVCAT=="III", 1,0) 
| chart sum(CATI) as I sum(CATII) as II sum(CATIII) as III
| transpose
| sort - "row 1"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Drilldown XML :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;drilldown&amp;gt;
          &amp;lt;condition field = "I"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition field = "II"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition field = "III"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
&amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;Thank you,&amp;nbsp;&lt;BR /&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 18:45:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594717#M48771</guid>
      <dc:creator>Marco_Develops</dc:creator>
      <dc:date>2022-04-21T18:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Drilldown after using transpose command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594767#M48772</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239529"&gt;@Marco_Develops&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try the following. Update your search this way..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your base search
|chart count over SEVCAT&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And configure the dashboard panel drilldown to the following.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gr0und_Z3r0_0-1650586299751.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19188iF3D3789DAC009F58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gr0und_Z3r0_0-1650586299751.png" alt="Gr0und_Z3r0_0-1650586299751.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If it helps, karma points are appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 00:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594767#M48772</guid>
      <dc:creator>Gr0und_Z3r0</dc:creator>
      <dc:date>2022-04-22T00:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Drilldown after using transpose command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594818#M48780</link>
      <description>&lt;P&gt;Because of the transpose, the field is now called "row 1" not "I" or "II", so you need to build your conditions based on what was clicked&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition match="'click.value' == &amp;amp;quot;I&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition match="'click.value' == &amp;amp;quot;II&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition match="'click.value' == &amp;amp;quot;III&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="blank"&amp;gt;&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Apr 2022 08:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594818#M48780</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-04-22T08:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Drilldown after using transpose command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594877#M48791</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; Thank you!! Also,&amp;nbsp; great explanation.&lt;/P&gt;&lt;P&gt;-Marco&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 14:35:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-configure-Drilldown-after-using-transpose-command/m-p/594877#M48791</guid>
      <dc:creator>Marco_Develops</dc:creator>
      <dc:date>2022-04-22T14:35:38Z</dc:date>
    </item>
  </channel>
</rss>

