<?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 Populating Search in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populating-Search/m-p/174314#M10805</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I am trying to populate a search in dropdown option. I tried a couple things but I do not know why it is not working. my XML code looks like that: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
     &amp;lt;input type="dropdown" token="name" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;Select a Catergory:&amp;lt;/label&amp;gt;
         &amp;lt;!-- Define the choices with a populating search --&amp;gt;
         &amp;lt;populatingSearch fieldForValue="name" fieldForLabel="name"&amp;gt;
            |dbquery My_Database_Name  "select distinct Name from Table1_Name e INNER JOIN Database_name..Table2_name r on My_ReportID1=My_ReportID2 where Name='My_condition '"
         &amp;lt;/populatingSearch&amp;gt;
     &amp;lt;/input&amp;gt;
     &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I used the same populating search in a different query and it was work just fine. I don't know why this is not working.. &lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
    <pubDate>Wed, 21 May 2014 20:26:16 GMT</pubDate>
    <dc:creator>hxa27</dc:creator>
    <dc:date>2014-05-21T20:26:16Z</dc:date>
    <item>
      <title>Populating Search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populating-Search/m-p/174314#M10805</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I am trying to populate a search in dropdown option. I tried a couple things but I do not know why it is not working. my XML code looks like that: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
     &amp;lt;input type="dropdown" token="name" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;Select a Catergory:&amp;lt;/label&amp;gt;
         &amp;lt;!-- Define the choices with a populating search --&amp;gt;
         &amp;lt;populatingSearch fieldForValue="name" fieldForLabel="name"&amp;gt;
            |dbquery My_Database_Name  "select distinct Name from Table1_Name e INNER JOIN Database_name..Table2_name r on My_ReportID1=My_ReportID2 where Name='My_condition '"
         &amp;lt;/populatingSearch&amp;gt;
     &amp;lt;/input&amp;gt;
     &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I used the same populating search in a different query and it was work just fine. I don't know why this is not working.. &lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2014 20:26:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populating-Search/m-p/174314#M10805</guid>
      <dc:creator>hxa27</dc:creator>
      <dc:date>2014-05-21T20:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populating-Search/m-p/174315#M10806</link>
      <description>&lt;P&gt;Make sure you're not mixing &lt;CODE&gt;name&lt;/CODE&gt; with &lt;CODE&gt;Name&lt;/CODE&gt; when looking for the field/column.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2014 22:00:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populating-Search/m-p/174315#M10806</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-05-21T22:00:26Z</dc:date>
    </item>
  </channel>
</rss>

