<?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 make the radio button selection appear in a search box field in a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-the-radio-button-selection-appear-in-a-search-box/m-p/402755#M26399</link>
    <description>&lt;P&gt;@jithinmathew,&lt;/P&gt;

&lt;P&gt;Try this . I have added to search box as well as to the heading of a table visualization&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Radio Button&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="radio" token="searchfilter"&amp;gt;
      &amp;lt;label&amp;gt;Search Filter&amp;lt;/label&amp;gt;
      &amp;lt;choice value="CAC"&amp;gt;CAC&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="BAN"&amp;gt;BAN&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="ServiceID"&amp;gt;ServiceID&amp;lt;/choice&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="text" token="searchbox"&amp;gt;
      &amp;lt;label&amp;gt;Search Box&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;$searchfilter$&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;$searchfilter$&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Value from Search Filter : $searchfilter$&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults count=5&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&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;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 15 Aug 2018 10:37:45 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2018-08-15T10:37:45Z</dc:date>
    <item>
      <title>How to make the radio button selection appear in a search box field in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-the-radio-button-selection-appear-in-a-search-box/m-p/402754#M26398</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I have created a dashboard with a search parameter that grabs fields as per the chosen radio button. However, I want to make this a little user friendly so that the chosen field can display in either the Search Field or Search Panel Name.&lt;/P&gt;

&lt;P&gt;Please view the attached image:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5544iEE88FFB870DE6E19/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated! Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 04:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-the-radio-button-selection-appear-in-a-search-box/m-p/402754#M26398</guid>
      <dc:creator>jithinmathew</dc:creator>
      <dc:date>2018-08-15T04:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the radio button selection appear in a search box field in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-the-radio-button-selection-appear-in-a-search-box/m-p/402755#M26399</link>
      <description>&lt;P&gt;@jithinmathew,&lt;/P&gt;

&lt;P&gt;Try this . I have added to search box as well as to the heading of a table visualization&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Radio Button&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="radio" token="searchfilter"&amp;gt;
      &amp;lt;label&amp;gt;Search Filter&amp;lt;/label&amp;gt;
      &amp;lt;choice value="CAC"&amp;gt;CAC&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="BAN"&amp;gt;BAN&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="ServiceID"&amp;gt;ServiceID&amp;lt;/choice&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="text" token="searchbox"&amp;gt;
      &amp;lt;label&amp;gt;Search Box&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;$searchfilter$&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;$searchfilter$&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Value from Search Filter : $searchfilter$&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults count=5&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&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;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Aug 2018 10:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-the-radio-button-selection-appear-in-a-search-box/m-p/402755#M26399</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-15T10:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the radio button selection appear in a search box field in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-the-radio-button-selection-appear-in-a-search-box/m-p/402756#M26400</link>
      <description>&lt;P&gt;@jithinmathew, &lt;BR /&gt;
Did it work for you? If yes, please accept/upvote answer. If not, please lets know how could we assist further&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 02:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-the-radio-button-selection-appear-in-a-search-box/m-p/402756#M26400</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-21T02:26:39Z</dc:date>
    </item>
  </channel>
</rss>

