<?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 How to get a drilldown to work on $row$ with transpose command in dashboard XML? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-a-drilldown-to-work-on-row-with-transpose-command-in/m-p/190437#M11856</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I've got my dynamic drilldown setup and working properly so long as I don't include a transpose in the search string, but if a transpose is included the dynamic drilldown ceases to function.&lt;/P&gt;

&lt;P&gt;It's setup as such in the dashboard xml:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;drilldown target="New Window"&amp;gt;
 &amp;lt;link&amp;gt;http://internal_link/foo/$row.id$&amp;lt;/link&amp;gt;
        &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I assume this is because after the transpose the referenced row ceases to exist. I had hoped that substituting $column.id$ would be a quick solution, but that doesn't seem to work.&lt;/P&gt;

&lt;P&gt;Is there a way I can continue to reference the id after a transpose?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2014 22:33:02 GMT</pubDate>
    <dc:creator>mrfredman</dc:creator>
    <dc:date>2014-10-30T22:33:02Z</dc:date>
    <item>
      <title>How to get a drilldown to work on $row$ with transpose command in dashboard XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-a-drilldown-to-work-on-row-with-transpose-command-in/m-p/190437#M11856</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I've got my dynamic drilldown setup and working properly so long as I don't include a transpose in the search string, but if a transpose is included the dynamic drilldown ceases to function.&lt;/P&gt;

&lt;P&gt;It's setup as such in the dashboard xml:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;drilldown target="New Window"&amp;gt;
 &amp;lt;link&amp;gt;http://internal_link/foo/$row.id$&amp;lt;/link&amp;gt;
        &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I assume this is because after the transpose the referenced row ceases to exist. I had hoped that substituting $column.id$ would be a quick solution, but that doesn't seem to work.&lt;/P&gt;

&lt;P&gt;Is there a way I can continue to reference the id after a transpose?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-a-drilldown-to-work-on-row-with-transpose-command-in/m-p/190437#M11856</guid>
      <dc:creator>mrfredman</dc:creator>
      <dc:date>2014-10-30T22:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a drilldown to work on $row$ with transpose command in dashboard XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-a-drilldown-to-work-on-row-with-transpose-command-in/m-p/190438#M11857</link>
      <description>&lt;P&gt;Could you post your search and the rationale for using &lt;CODE&gt;transpose&lt;/CODE&gt; as well as some sample data?&lt;/P&gt;

&lt;P&gt;I'd hazard a guess that you can replace &lt;CODE&gt;transpose&lt;/CODE&gt; with &lt;CODE&gt;untable row column value | xyseries column row value&lt;/CODE&gt;, depending on what you're doing exactly of course. Then you could retain reasonable field names without the ugly &lt;CODE&gt;column - row 1 - row 2&lt;/CODE&gt; malarkey.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 23:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-a-drilldown-to-work-on-row-with-transpose-command-in/m-p/190438#M11857</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-10-30T23:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a drilldown to work on $row$ with transpose command in dashboard XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-a-drilldown-to-work-on-row-with-transpose-command-in/m-p/190439#M11858</link>
      <description>&lt;P&gt;Switching the transpose to an untable did the trick. Didn't need to use xyseries at all.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-a-drilldown-to-work-on-row-with-transpose-command-in/m-p/190439#M11858</guid>
      <dc:creator>mrfredman</dc:creator>
      <dc:date>2014-10-31T18:42:26Z</dc:date>
    </item>
  </channel>
</rss>

