<?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: convert dynamic drop-down to static in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/convert-dynamic-drop-down-to-static/m-p/82969#M4479</link>
    <description>&lt;P&gt;The answer was to replace the module SearchSelectLister with StaticSelect. &lt;BR /&gt;
Details here: &lt;A href="http://splunk-base.splunk.com/answers/51663/convert-dynamic-drop-down-to-static-in-advanced-xml"&gt;http://splunk-base.splunk.com/answers/51663/convert-dynamic-drop-down-to-static-in-advanced-xml&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jun 2012 11:14:21 GMT</pubDate>
    <dc:creator>mikefoti</dc:creator>
    <dc:date>2012-06-28T11:14:21Z</dc:date>
    <item>
      <title>convert dynamic drop-down to static</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/convert-dynamic-drop-down-to-static/m-p/82968#M4478</link>
      <description>&lt;P&gt;I created a simple form with a dynamically populated drop-down. But the initial load of the form takes approx 20/30 seconds. So I converted simple xml to advanced, with the intend of replacing the dynamic drop-down with a drop-down based on a lookup (the lookup table only has 10 values). &lt;BR /&gt;
But I have so far un unable to find an example to mimic... I only see examples of mutiple drop-downs.Can some one please provide an example... or, given the advanced xml of my dynamically populated drop-down, tell me what needs changed?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;module name="SearchSelectLister" layoutPanel="viewHeader" autoRun="True"&amp;gt;
&amp;lt;param name="staticFieldsToDisplay"&amp;gt;
  &amp;lt;list&amp;gt;
    &amp;lt;param name="value"&amp;gt;*&amp;lt;/param&amp;gt;
    &amp;lt;param name="label"&amp;gt;ALL&amp;lt;/param&amp;gt;
  &amp;lt;/list&amp;gt;
&amp;lt;/param&amp;gt;
&amp;lt;param name="search"&amp;gt;index=winradius_ow | stats count by nps_storeNumber&amp;lt;/param&amp;gt;
&amp;lt;param name="selected"&amp;gt;*&amp;lt;/param&amp;gt;
&amp;lt;param name="label"&amp;gt;Select a location&amp;lt;/param&amp;gt;
&amp;lt;param name="settingToCreate"&amp;gt;nps_storeNumber_setting&amp;lt;/param&amp;gt;
&amp;lt;param name="searchFieldsToDisplay"&amp;gt;
  &amp;lt;list&amp;gt;
    &amp;lt;param name="value"&amp;gt;nps_storeNumber&amp;lt;/param&amp;gt;
    &amp;lt;param name="label"&amp;gt;nps_storeNumber&amp;lt;/param&amp;gt;
  &amp;lt;/list&amp;gt;
&amp;lt;/param&amp;gt;
&amp;lt;param name="searchWhenChanged"&amp;gt;False&amp;lt;/param&amp;gt;
&amp;lt;module name="ConvertToIntention"&amp;gt;
  &amp;lt;param name="settingToConvert"&amp;gt;nps_storeNumber_setting&amp;lt;/param&amp;gt;
  &amp;lt;param name="intention"&amp;gt;
    &amp;lt;param name="name"&amp;gt;stringreplace&amp;lt;/param&amp;gt;
    &amp;lt;param name="arg"&amp;gt;
      &amp;lt;param name="nps_storeNumber"&amp;gt;
        &amp;lt;param name="default"&amp;gt;*&amp;lt;/param&amp;gt;
        &amp;lt;param name="fillOnEmpty"&amp;gt;True&amp;lt;/param&amp;gt;
        &amp;lt;param name="value"&amp;gt;$target$&amp;lt;/param&amp;gt;
      &amp;lt;/param&amp;gt;
    &amp;lt;/param&amp;gt;
  &amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jun 2012 15:50:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/convert-dynamic-drop-down-to-static/m-p/82968#M4478</guid>
      <dc:creator>mikefoti</dc:creator>
      <dc:date>2012-06-25T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: convert dynamic drop-down to static</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/convert-dynamic-drop-down-to-static/m-p/82969#M4479</link>
      <description>&lt;P&gt;The answer was to replace the module SearchSelectLister with StaticSelect. &lt;BR /&gt;
Details here: &lt;A href="http://splunk-base.splunk.com/answers/51663/convert-dynamic-drop-down-to-static-in-advanced-xml"&gt;http://splunk-base.splunk.com/answers/51663/convert-dynamic-drop-down-to-static-in-advanced-xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 11:14:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/convert-dynamic-drop-down-to-static/m-p/82969#M4479</guid>
      <dc:creator>mikefoti</dc:creator>
      <dc:date>2012-06-28T11:14:21Z</dc:date>
    </item>
  </channel>
</rss>

