<?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: Question on button drilldown in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473443#M45789</link>
    <description>&lt;P&gt;Thank you...&lt;BR /&gt;
having table cell as button and having the drilldown properties set to them works.&lt;BR /&gt;
But would want to know if we can make "hide details" button get displayed only after clicking the "show details" button pls..&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 09:57:17 GMT</pubDate>
    <dc:creator>prettysunshinez</dc:creator>
    <dc:date>2019-11-05T09:57:17Z</dc:date>
    <item>
      <title>Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473441#M45787</link>
      <description>&lt;P&gt;I have a html button in my dashboard..is there a way if i click on it it will navigate to a different page and perform a splunk search.&lt;/P&gt;

&lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 14:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473441#M45787</guid>
      <dc:creator>prettysunshinez</dc:creator>
      <dc:date>2019-11-01T14:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473442#M45788</link>
      <description>&lt;P&gt;@prettysunshinez yes for HTML button you would need to code the drill down URL in JS. There is an alternative where you can display a table cell as button and confugure drilldown for table cell using SimpleXML.&lt;BR /&gt;
Refer to one of my recent answer for above of using table cell like button which allows drilldown through SimpleXML approach: &lt;A href="https://answers.splunk.com/answers/779524/can-an-html-button-with-value-be-done-without-usin-1.html#answer-779995"&gt;https://answers.splunk.com/answers/779524/can-an-html-button-with-value-be-done-without-usin-1.html#answer-779995&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Same question also has another answer by Splunkers which will give you steps to code html button click handler using Simple XML JS extension.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2019 11:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473442#M45788</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-11-02T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473443#M45789</link>
      <description>&lt;P&gt;Thank you...&lt;BR /&gt;
having table cell as button and having the drilldown properties set to them works.&lt;BR /&gt;
But would want to know if we can make "hide details" button get displayed only after clicking the "show details" button pls..&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:57:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473443#M45789</guid>
      <dc:creator>prettysunshinez</dc:creator>
      <dc:date>2019-11-05T09:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473444#M45790</link>
      <description>&lt;P&gt;And I also tried using the one in the below link without JS script but It is not working.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/563964/how-can-i-make-one-button-unset-other-button-token.html"&gt;https://answers.splunk.com/answers/563964/how-can-i-make-one-button-unset-other-button-token.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:06:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473444#M45790</guid>
      <dc:creator>prettysunshinez</dc:creator>
      <dc:date>2019-11-05T11:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473445#M45791</link>
      <description>&lt;P&gt;@niketnilay Could you kindly suggest&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 07:57:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473445#M45791</guid>
      <dc:creator>prettysunshinez</dc:creator>
      <dc:date>2019-11-06T07:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473446#M45792</link>
      <description>&lt;P&gt;Making elements conditional uses the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;xxx depends="$token$"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where xxx can generally be one of the XML elements in your dashboard. You can use this on html panels too, so I have often used buttons in  with depends=. Then when a button is pressed, it sets/clears tokens as necessary.&lt;/P&gt;

&lt;P&gt;See the Splunk dashboard examples app, which has some very simple guidelines on how to do just what you want  - and it's quite simple. See the example called "Custom Token Links".&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 10:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473446#M45792</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2019-11-06T10:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473447#M45793</link>
      <description>&lt;P&gt;@prettysunshinez please refer to another answer of mine which has discussion on creating a link switcher which toggles on click.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/581652/how-can-i-create-a-button-switcher.html"&gt;https://answers.splunk.com/answers/581652/how-can-i-create-a-button-switcher.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:32:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/473447#M45793</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-11-06T18:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question on button drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/569153#M46741</link>
      <description>&lt;P&gt;I made a Dashboard with drilldownbuttons without using HTML nor JS.&lt;BR /&gt;&lt;STRONG&gt;Note that its most likely not best practice but it works. ^^&lt;/STRONG&gt;&lt;BR /&gt;I made a Lookup CSV with shortage and text&lt;BR /&gt;( example: shortage=showD, text=Show Details )&lt;BR /&gt;and use a searchmacro to get the lookup data&lt;BR /&gt;( searchmacro: &lt;EM&gt;inputlookup dashboardhelper | search shortage="$short$" | table text&amp;nbsp;&lt;/EM&gt;).&lt;BR /&gt;I can simply insert a SingleValue to my Dashboard with the search:&amp;nbsp;&amp;nbsp;&lt;EM&gt;| `dashboardhelper(showD)`&lt;BR /&gt;&lt;/EM&gt;and can set, unset tokens or do other Drilldown actions in the SingleValue.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 13:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Question-on-button-drilldown/m-p/569153#M46741</guid>
      <dc:creator>TheEggi98</dc:creator>
      <dc:date>2021-09-30T13:53:04Z</dc:date>
    </item>
  </channel>
</rss>

