<?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 Form Dropdown Input in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-Dropdown-Input/m-p/347332#M22650</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to create a dropdown form input named "Span" where the values are "Daily", "Weekly", and "Monthly". &lt;BR /&gt;
The idea is that when I choose one of the values, the panels under it will be populated base on their "Daily", "Weekly" or "Monthly" count.&lt;/P&gt;

&lt;P&gt;I don't know if I made myself clear but I hope someone can help me with this.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2017 08:59:07 GMT</pubDate>
    <dc:creator>jvmerilla</dc:creator>
    <dc:date>2017-12-18T08:59:07Z</dc:date>
    <item>
      <title>Form Dropdown Input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-Dropdown-Input/m-p/347332#M22650</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to create a dropdown form input named "Span" where the values are "Daily", "Weekly", and "Monthly". &lt;BR /&gt;
The idea is that when I choose one of the values, the panels under it will be populated base on their "Daily", "Weekly" or "Monthly" count.&lt;/P&gt;

&lt;P&gt;I don't know if I made myself clear but I hope someone can help me with this.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 08:59:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-Dropdown-Input/m-p/347332#M22650</guid>
      <dc:creator>jvmerilla</dc:creator>
      <dc:date>2017-12-18T08:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Form Dropdown Input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-Dropdown-Input/m-p/347333#M22651</link>
      <description>&lt;P&gt;try something like this (the panel is just a run-anywhere search to show how to use the token):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;fieldset submitButton="true"&amp;gt;
 &amp;lt;input type="dropdown" token="span"&amp;gt;
      &amp;lt;label&amp;gt;Span&amp;lt;/label&amp;gt;
      &amp;lt;choice value="1d"&amp;gt;Daily&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1w"&amp;gt;Weekly&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1mon"&amp;gt;Monthly&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;1d&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
&amp;lt;/fieldset&amp;gt;
&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal earliest=-2mon@mon|timechart span=$span$ count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:10:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-Dropdown-Input/m-p/347333#M22651</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-12-18T14:10:09Z</dc:date>
    </item>
  </channel>
</rss>

