<?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 value using inputlookup in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187809#M11659</link>
    <description>&lt;P&gt;In this xml (pasted above), name of the field returned by "|inputlookup" and used in 'fieldforvalue' and 'fieldforlabel' is different. You need to add "|rename Business_unit as BUName" in your search for dropdown.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2014 13:09:00 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-03-14T13:09:00Z</dc:date>
    <item>
      <title>Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187801#M11651</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Am not able to populate value for dropdown using inputlookup.. Nothing was listing the Dropdown. Please let me if am doing anything wrong. Thanks in advance&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fieldset&amp;gt;
  &amp;lt;input type="dropdown" token="country_name"&amp;gt;
  &amp;lt;label&amp;gt;Select a user&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*"&amp;gt;Any&amp;lt;/choice&amp;gt;
    &amp;lt;populatingSearch fieldForValue="country_name" fieldForLabel="country_name"&amp;gt;
      &amp;lt;![CDATA[ | inputlookup country_name | fields country_name ]]&amp;gt;
    &amp;lt;/populatingSearch&amp;gt;
  &amp;lt;/input&amp;gt;
&amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Sathish R&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 08:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187801#M11651</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2014-03-14T08:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187802#M11652</link>
      <description>&lt;P&gt;Simple XML:&lt;/P&gt;

&lt;FIELDSET&gt;
&lt;INPUT type="dropdown" token="country_name" /&gt;
&lt;LABEL&gt;Select a country&lt;/LABEL&gt;
&lt;CHOICE value="*"&gt;Any&lt;/CHOICE&gt;
   &lt;POPULATINGSEARCH fieldforvalue="country_name" fieldforlabel="country_name"&gt;
                       | inputlookup country_name | fields country_name
         &lt;/POPULATINGSEARCH&gt;
  
&lt;/FIELDSET&gt;</description>
      <pubDate>Fri, 14 Mar 2014 08:25:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187802#M11652</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2014-03-14T08:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187803#M11653</link>
      <description>&lt;P&gt;In principle that's the correct way to go. Does the populating search yield results in the regular search interface for that app?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 09:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187803#M11653</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-03-14T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187804#M11654</link>
      <description>&lt;P&gt;yes am getting data in regular search&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 09:45:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187804#M11654</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2014-03-14T09:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187805#M11655</link>
      <description>&lt;P&gt;That should work then, copying your fieldset into a SimpleXML form over here works as soon as I added a corresponding lookup by that name.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 10:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187805#M11655</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-03-14T10:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187806#M11656</link>
      <description>&lt;P&gt;Simple XML:&lt;BR /&gt;
&lt;/P&gt;&lt;FORM&gt;&lt;LABEL&gt;Detail&lt;/LABEL&gt;&lt;SEARCHTEMPLATE&gt;index=msexchange source=Powershell sourcetype="MSExchange:2010:DistributionGroup-Members" DistributionGroup=&lt;EM&gt;$BUName$&lt;/EM&gt; | dedup Alias| table DistributionGroup Name Alias  &lt;/SEARCHTEMPLATE&gt;&lt;BR /&gt;
&lt;FIELDSET&gt;&lt;INPUT type="dropdown" token="BUName" /&gt;&lt;BR /&gt;
&lt;LABEL&gt;Select a user&lt;/LABEL&gt;&lt;CHOICE value="*"&gt;Any&lt;/CHOICE&gt;  &lt;POPULATINGSEARCH fieldforvalue="BUName" fieldforlabel="BUName"&gt;| inputlookup Orch_Retension_Audit | fields Business_unit &lt;/POPULATINGSEARCH&gt;&lt;BR /&gt;
&lt;/FIELDSET&gt;&lt;ROW&gt;&lt;TABLE&gt;&lt;TITLE&gt;Results&lt;/TITLE&gt;50&lt;/TABLE&gt;&lt;/ROW&gt;&lt;/FORM&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187806#M11656</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2020-09-28T16:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187807#M11657</link>
      <description>&lt;P&gt;Based on the full form XML, your &lt;CODE&gt;fields Business_unit&lt;/CODE&gt; doesn't match up with &lt;CODE&gt;fieldforvalue="BUName"&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 10:21:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187807#M11657</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-03-14T10:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187808#M11658</link>
      <description>&lt;P&gt;Thanks Martin.. i changed it and works fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 10:36:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187808#M11658</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2014-03-14T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown value using inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187809#M11659</link>
      <description>&lt;P&gt;In this xml (pasted above), name of the field returned by "|inputlookup" and used in 'fieldforvalue' and 'fieldforlabel' is different. You need to add "|rename Business_unit as BUName" in your search for dropdown.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 13:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-value-using-inputlookup/m-p/187809#M11659</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-14T13:09:00Z</dc:date>
    </item>
  </channel>
</rss>

