<?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: Button on dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104304#M5885</link>
    <description>&lt;P&gt;Thank you! I might have sideviews, but I was intentionally avoiding them! I will take a look at the static content example! Thanks again!&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2013 17:45:43 GMT</pubDate>
    <dc:creator>jgauthier</dc:creator>
    <dc:date>2013-10-18T17:45:43Z</dc:date>
    <item>
      <title>Button on dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104300#M5881</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;

&lt;P&gt;Using Splunk version 6.  I would like to make a radialGauge a drilldown, but apparently that doesn't work.  So, I decided to create a button on my dashboard.  Unfortunately, the dashboard causes the entire dashboard to not render.&lt;/P&gt;

&lt;P&gt;Here is an example.  I've tried moving the button all around inside the pulldown module. Any suggestions?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;module name="PulldownSwitcher" layoutPanel="panel_row2_col2" group="Tickets - Unassigned"&amp;gt;
  &amp;lt;param name="mode"&amp;gt;independent&amp;lt;/param&amp;gt;
  &amp;lt;param name="label"&amp;gt; &amp;lt;/param&amp;gt;

  &amp;lt;module name="Button"&amp;gt;
    &amp;lt;param name="label"&amp;gt;View Details&amp;lt;/param&amp;gt;
&amp;lt;module name="Redirector"&amp;gt;
    &amp;lt;param name="url"&amp;gt;http://google.com?q=something&amp;lt;/param&amp;gt;
  &amp;lt;/module&amp;gt;

  &amp;lt;module name="HiddenSavedSearch" group="All Unassigned" autoRun="True"&amp;gt;
    &amp;lt;param name="savedSearch"&amp;gt;Helpdesk - Tickets - Unassigned&amp;lt;/param&amp;gt;
     &amp;lt;module name="HiddenChartFormatter"&amp;gt;
      &amp;lt;param name="chart"&amp;gt;radialGauge&amp;lt;/param&amp;gt;
      &amp;lt;param name="charting.chart.rangeValues"&amp;gt;[0,5,15,20]&amp;lt;/param&amp;gt;
      &amp;lt;param name="primaryAxisTitle.text"&amp;gt;Date&amp;lt;/param&amp;gt;
      &amp;lt;param name="secondaryAxisTitle.text"&amp;gt;Tickets&amp;lt;/param&amp;gt;
      &amp;lt;param name="legend.placement"&amp;gt;right&amp;lt;/param&amp;gt;
      &amp;lt;module name="JobProgressIndicator"/&amp;gt;
      &amp;lt;module name="JSChart"&amp;gt;
        &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
        &amp;lt;param name="height"&amp;gt;300px&amp;lt;/param&amp;gt;
      &amp;lt;/module&amp;gt; &amp;lt;!-- JSChart --&amp;gt;

     &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;   
    &amp;lt;/module&amp;gt;
   &amp;lt;/module&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Oct 2013 14:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104300#M5881</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2013-10-17T14:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Button on dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104301#M5882</link>
      <description>&lt;P&gt;Perhaps it's copy-and-paste error, but it looks like you're missing a  tag.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 17:10:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104301#M5882</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2013-10-17T17:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Button on dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104302#M5883</link>
      <description>&lt;P&gt;I did have the module in the wrong spot. I corrected this, but it did not resolve the issue.  I belive moving the button module around caused me to paste it wrong. I put the dashboard back, and when I add this:&lt;BR /&gt;
  &lt;MODULE name="Button"&gt;&lt;BR /&gt;
  &lt;OBJECT&gt;&lt;PARAM name="label" /&gt;View Details&lt;BR /&gt;
  &lt;MODULE name="Redirector"&gt;&lt;BR /&gt;
  &lt;PARAM name="url" /&gt;&lt;A href="http://google.com?q=something"&gt;http://google.com?q=something&lt;/A&gt;&lt;BR /&gt;
  &lt;/MODULE&gt;&lt;BR /&gt;
  &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;The entire dashboard breaks. Including other switchers, and even the pull down contents are empty.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 18:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104302#M5883</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2013-10-17T18:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Button on dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104303#M5884</link>
      <description>&lt;P&gt;I'm checking the XML reference, and I'm not seeing any built-in 'Button' modules.  I believe the button module is a part of the Sideview Utils package.  Do you have that installed as well?  If not, that's likely your problem.&lt;/P&gt;

&lt;P&gt;Another route you could take that doesn't require reliance on Sideview, is to use a &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ModuleReference#StaticContentSample"&gt;StaticContentSample&lt;/A&gt; module and then render your button using traditional html/css/js/whatever.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 17:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104303#M5884</guid>
      <dc:creator>emiller42</dc:creator>
      <dc:date>2013-10-18T17:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Button on dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104304#M5885</link>
      <description>&lt;P&gt;Thank you! I might have sideviews, but I was intentionally avoiding them! I will take a look at the static content example! Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 17:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Button-on-dashboard/m-p/104304#M5885</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2013-10-18T17:45:43Z</dc:date>
    </item>
  </channel>
</rss>

