<?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: dropdown and multiselect greyed out in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458303#M42361</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;index="ssys_$Region$_fdm" sourcetype=$sourcetype$ pauseReason: NOT "pauseReason: NotPaused" pauseReason: NOT "pauseReason: UserPaused" |search SerialNumber IN ($serialNumber$)  | `pauseReason`| table _time pause_reason SerialNumber sourcetype source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this is what you mean ?&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 13:36:19 GMT</pubDate>
    <dc:creator>sarit_s</dc:creator>
    <dc:date>2019-04-01T13:36:19Z</dc:date>
    <item>
      <title>dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458269#M42327</link>
      <description>&lt;P&gt;hello,&lt;BR /&gt;
i have a dashboard with multiselect input and dropdown input but for some reason they are both greyed out and the search is not updating after selecting at the first time. &lt;BR /&gt;
also i have no option to configure default value for both of them&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;List of Pause Events with Times&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="multiselect" token="serialnumber" searchWhenChanged="false"&amp;gt;
      &amp;lt;label&amp;gt;Serial Number&amp;lt;/label&amp;gt;
      &amp;lt;prefix&amp;gt;SerialNumber = &amp;lt;/prefix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;sn&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;sn&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index="emea_fdm" | `SerialNumber`&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;delimiter&amp;gt;OR&amp;lt;/delimiter&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="sourcetype" searchWhenChanged="false"&amp;gt;
      &amp;lt;label&amp;gt;Source Type&amp;lt;/label&amp;gt;
      &amp;lt;prefix&amp;gt;sourcetype = "&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;st&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;st&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index="emea_fdm" sourcetype="fdm_*_system"&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&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;EMEA&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search ref="List of Pause Events with Times"&amp;gt;&amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;link target="_blank"&amp;gt;/app/St/report?s=SSYS-List%20of%20Pause%20Events%20with%20Times&amp;lt;/link&amp;gt;
        &amp;lt;/drilldown&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>Thu, 28 Mar 2019 10:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458269#M42327</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T10:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458270#M42328</link>
      <description>&lt;P&gt;@sarit_s &lt;/P&gt;

&lt;P&gt;Can you please confirm your searches are returning results?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="emea_fdm" | `SerialNumber`


index="emea_fdm" sourcetype="fdm_*_system"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;[Updated]&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;The issue is resolved.&lt;/EM&gt; &lt;/P&gt;

&lt;P&gt;The &lt;CODE&gt;serialnumber&lt;/CODE&gt; macro was missing.  We have updated searches during troubleshooting.  All the followed troubleshooting steps are mentioned in the below comments.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Happy Splunking&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 10:27:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458270#M42328</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T10:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458271#M42329</link>
      <description>&lt;P&gt;yes they are&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 11:05:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458271#M42329</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T11:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458272#M42330</link>
      <description>&lt;P&gt;@sarit_s&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;This is just for troubleshooting:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Can you please try by adding static value in both multiselects?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;choice value="Data1"&amp;gt;Value1&amp;lt;/choice&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;It looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="multiselect" token="serialnumber" searchWhenChanged="false"&amp;gt;
      &amp;lt;label&amp;gt;Serial Number&amp;lt;/label&amp;gt;
      &amp;lt;prefix&amp;gt;SerialNumber = &amp;lt;/prefix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;sn&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;sn&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index="emea_fdm" | `SerialNumber`&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;delimiter&amp;gt;OR&amp;lt;/delimiter&amp;gt;
      &amp;lt;choice value="Data1"&amp;gt;Value1&amp;lt;/choice&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="sourcetype" searchWhenChanged="false"&amp;gt;
      &amp;lt;label&amp;gt;Source Type&amp;lt;/label&amp;gt;
      &amp;lt;prefix&amp;gt;sourcetype = "&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;st&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;st&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index="emea_fdm" sourcetype="fdm_*_system"&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;choice value="Data1"&amp;gt;Value1&amp;lt;/choice&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458272#M42330</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458273#M42331</link>
      <description>&lt;P&gt;its now not grayed out but it canceled the dynamic search&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458273#M42331</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T12:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458274#M42332</link>
      <description>&lt;P&gt;@sarit_s&lt;/P&gt;

&lt;P&gt;Can you please update searches with below and try?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index="emea_fdm" sn=* | head 10 | `SerialNumber` | table sn


 index="emea_fdm" sourcetype="fdm_*_system" st=* | head 10 | table st
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458274#M42332</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T12:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458275#M42333</link>
      <description>&lt;P&gt;Serial Number&lt;BR /&gt;
Search produced no results.&lt;BR /&gt;
Source Type&lt;/P&gt;

&lt;P&gt;Select...&lt;BR /&gt;
Could not create search.&lt;BR /&gt;
Unknown search command 'head10'.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:39:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458275#M42333</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T12:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458276#M42334</link>
      <description>&lt;P&gt;@sarit_s&lt;/P&gt;

&lt;P&gt;Can you please try these searches in search bar?? Make sure the app context would be the same for search bar which your dashboard belongs.  I think your searches are not returning results properly or search being failed during execution.&lt;/P&gt;

&lt;P&gt;For &lt;STRONG&gt;Source Type&lt;/STRONG&gt; search:  there is a &lt;STRONG&gt;space&lt;/STRONG&gt; between &lt;CODE&gt;head&lt;/CODE&gt; and &lt;CODE&gt;10&lt;/CODE&gt; like &lt;CODE&gt;head 10&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:45:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458276#M42334</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458277#M42335</link>
      <description>&lt;P&gt;both your searches returning no result but my searches returning results&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:50:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458277#M42335</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458278#M42336</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;&lt;/P&gt;

&lt;P&gt;If searches are not returning any events then your events don't have filed &lt;CODE&gt;sn&lt;/CODE&gt; and &lt;CODE&gt;st&lt;/CODE&gt;. Can you please check it?&lt;/P&gt;

&lt;P&gt;index="emea_fdm" | table &lt;EM&gt;time sn _raw&lt;BR /&gt;
index="emea_fdm" sourcetype="fdm&lt;/EM&gt;*_system" | table _time st _raw&lt;/P&gt;

&lt;P&gt;Please open search bar using below URL.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;https://&amp;lt;&amp;lt;SPLUNK&amp;gt;&amp;gt;:8000/en-GB/app/&amp;lt;&amp;lt;MY_APP&amp;gt;&amp;gt;/search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where &lt;BR /&gt;
&lt;CODE&gt;&amp;lt;&amp;lt;SPLUNK&amp;gt;&amp;gt;&lt;/CODE&gt; is your Splunk instance&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;&amp;lt;MY_APP&amp;gt;&amp;gt;&lt;/CODE&gt; is your app folder name&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:54:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458278#M42336</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2020-09-29T23:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458279#M42337</link>
      <description>&lt;P&gt;i have field "sourcetype" and field "SerialNumber"&lt;BR /&gt;
changing Field For Label and Field For Value to be sourcetype and SerialNumber didn't change anything&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:09:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458279#M42337</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T13:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458280#M42338</link>
      <description>&lt;P&gt;@sarit_s&lt;/P&gt;

&lt;P&gt;Can you please try below search for second multi-select?&lt;/P&gt;

&lt;P&gt;index="&lt;EM&gt;" sourcetype="fdm_&lt;/EM&gt;_system" | fields sourcetype&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:14:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458280#M42338</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458281#M42339</link>
      <description>&lt;P&gt;does not return anything&lt;BR /&gt;
but if im changing it to index="&lt;EM&gt;" sourcetype="fdm_&lt;/EM&gt;_system" | fields sourcetype it returns results&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:16:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458281#M42339</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458282#M42340</link>
      <description>&lt;P&gt;@sarit_s&lt;/P&gt;

&lt;P&gt;my bad. I forget to press ctrl+K. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;Try this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index="*" sourcetype="fdm_*_system" | fields sourcetype&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458282#M42340</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458283#M42341</link>
      <description>&lt;P&gt;i updated my answer , i add * by myself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
with * it returning results&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:21:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458283#M42341</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T13:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458284#M42342</link>
      <description>&lt;P&gt;@sarit_s&lt;/P&gt;

&lt;P&gt;So I think the problem is with &lt;CODE&gt;index&lt;/CODE&gt; name. Can you please check index name by executing below search??&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="*" sourcetype="fdm_*_system" | stats count sourcetype, index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And I think we are populating dropdown. So our searches should be like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="emea_fdm"  | `SerialNumber` | dedup SerialNumber | table SerialNumber


 index="emea_fdm" sourcetype="fdm_*_system" | dedup sourcetype | table 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But can you please try below in your dashboard?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="*"  | `SerialNumber` | dedup SerialNumber | table SerialNumber


 index="*" sourcetype="fdm_*_system" | dedup sourcetype | table 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458284#M42342</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T13:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458285#M42343</link>
      <description>&lt;P&gt;ok so this searches fixed the error msg but still if i choose one of the options it does not change the panel results. &lt;BR /&gt;
actually nothing happens.. &lt;BR /&gt;
also, i want sourcetype dropdown to update automatically after choosing serialnumber and also serialnumber to update automatically after choosing sorucetype. &lt;BR /&gt;
is it possible ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:37:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458285#M42343</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-03-28T13:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458286#M42344</link>
      <description>&lt;P&gt;ooh..&lt;/P&gt;

&lt;P&gt;So you need to create a token which can be used in another search. For that, you have to add &lt;CODE&gt;&amp;lt;change&amp;gt;&lt;/CODE&gt; tag in select input.&lt;/P&gt;

&lt;P&gt;Please check below link for same:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.5/Viz/PanelreferenceforSimplifiedXML#change_.28form_input.29"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.5/Viz/PanelreferenceforSimplifiedXML#change_.28form_input.29&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:42:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458286#M42344</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-28T13:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458287#M42345</link>
      <description>&lt;P&gt;hi.&lt;BR /&gt;
i think that something basic in missing since im getting very weird error msg &lt;BR /&gt;
"Error in 'table' command: Invalid argument: '-'&lt;BR /&gt;
i have no idea what this error is about since i don't have this argument in my search &lt;BR /&gt;
    &lt;/P&gt;&lt;FORM&gt;&lt;BR /&gt;
      &lt;LABEL&gt;List of Pause Events with Times&lt;/LABEL&gt;&lt;BR /&gt;
      &lt;FIELDSET submitbutton="false"&gt;&lt;BR /&gt;
        &lt;INPUT type="multiselect" token="SerialNumber" searchwhenchanged="true" /&gt;&lt;BR /&gt;
          &lt;LABEL&gt;Serial Number&lt;/LABEL&gt;&lt;BR /&gt;
          &lt;PREFIX&gt;SerialNumber = &lt;/PREFIX&gt;&lt;BR /&gt;
          &lt;FIELDFORLABEL&gt;sn&lt;/FIELDFORLABEL&gt;&lt;BR /&gt;
          &lt;FIELDFORVALUE&gt;SerialNumber&lt;/FIELDFORVALUE&gt;&lt;BR /&gt;
          &lt;SEARCH&gt;&lt;BR /&gt;
            &lt;QUERY&gt;index="emea_fdm" | rex field=source \/ssyssplunk\/\w+\/\w+\/\w+\/\w+\/(?&amp;lt;SerialNumber&amp;gt;\w+) | dedup SerialNumber |table SerialNumber&lt;/QUERY&gt;&lt;BR /&gt;
            &lt;EARLIEST&gt;0&lt;/EARLIEST&gt;&lt;BR /&gt;
            &lt;LATEST&gt;&lt;/LATEST&gt;&lt;BR /&gt;
          &lt;/SEARCH&gt;&lt;BR /&gt;
        &lt;BR /&gt;
        &lt;INPUT type="dropdown" token="sourcetype" searchwhenchanged="true" /&gt;&lt;BR /&gt;
          &lt;LABEL&gt;Source Type&lt;/LABEL&gt;&lt;BR /&gt;
          &lt;PREFIX&gt;sourcetype = &lt;/PREFIX&gt;&lt;BR /&gt;
          &lt;FIELDFORLABEL&gt;st&lt;/FIELDFORLABEL&gt;&lt;BR /&gt;
          &lt;FIELDFORVALUE&gt;sourcetype&lt;/FIELDFORVALUE&gt;&lt;BR /&gt;
          &lt;SEARCH&gt;&lt;BR /&gt;
            &lt;QUERY&gt;index="emea_fdm" sourcetype="fdm_&lt;EM&gt;_system" |dedup sourcetype |table sourcetype&lt;/EM&gt;&lt;/QUERY&gt;&lt;BR /&gt;
            &lt;EARLIEST&gt;0&lt;/EARLIEST&gt;&lt;BR /&gt;
            &lt;LATEST&gt;&lt;/LATEST&gt;&lt;BR /&gt;
          &lt;/SEARCH&gt;&lt;BR /&gt;
          &amp;lt;choice value=""&amp;gt;ALL&lt;BR /&gt;
          &lt;DEFAULT&gt;*&lt;/DEFAULT&gt;&lt;BR /&gt;
        &lt;BR /&gt;
      &lt;/FIELDSET&gt;&lt;BR /&gt;
      &lt;ROW&gt;&lt;BR /&gt;
        &lt;PANEL&gt;&lt;BR /&gt;
          &lt;TABLE&gt;&lt;BR /&gt;
            &lt;TITLE&gt;EMEA&lt;/TITLE&gt;&lt;BR /&gt;
            &lt;SEARCH&gt;&lt;BR /&gt;
              &lt;QUERY&gt;index="emea_fdm"  pauseReason: NOT "pauseReason: NotPaused" pauseReason: NOT "pauseReason: UserPaused" |rex field=source \/ssyssplunk\/\w+\/\w+\/\w+\/\w+\/(?&amp;lt;SerialNumber&amp;gt;\w+)|rex "pauseReason:\s+(?&amp;lt;pause_reason&amp;gt;\w+)"| table _time pause_reason $SerialNumber$ $sourcetype$ source&lt;/QUERY&gt;&lt;BR /&gt;
              &lt;EARLIEST&gt;0&lt;/EARLIEST&gt;&lt;BR /&gt;
              &lt;LATEST&gt;&lt;/LATEST&gt;&lt;BR /&gt;
            &lt;/SEARCH&gt;&lt;BR /&gt;
            none&lt;BR /&gt;
          &lt;/TABLE&gt;&lt;BR /&gt;
        &lt;/PANEL&gt;&lt;BR /&gt;
      &lt;/ROW&gt;&lt;BR /&gt;
    &lt;/FORM&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458287#M42345</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-09-29T23:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown and multiselect greyed out</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458288#M42346</link>
      <description>&lt;P&gt;also, i saw this :&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Note: The  element is not&lt;BR /&gt;
available for multiselect inputs.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;so , if i want to use multiselect, how can i do it ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 07:09:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-and-multiselect-greyed-out/m-p/458288#M42346</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2019-04-01T07:09:22Z</dc:date>
    </item>
  </channel>
</rss>

