<?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 How to  pass a dropdown value in the lookup in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dropdown-value-in-the-lookup/m-p/536368#M36612</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have one requirement.&lt;/P&gt;&lt;P&gt;I have one dropdown as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="OrgName" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Org Name&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="accertify"&amp;gt;accertify&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="gcp"&amp;gt;gcp&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="b_marketingforce"&amp;gt;b_marketingforce&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;gcp&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;gcp&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;Below is my query for the panel where I am passing the drop down value like below:&lt;/P&gt;&lt;P&gt;&amp;lt;query&amp;gt;|inputlookup HealthCheck.csv| where $OrgName$|table Date OrgHealth%&amp;lt;/query&amp;gt;&lt;/P&gt;&lt;P&gt;But its not taking the token.&lt;/P&gt;&lt;P&gt;Can someone guide me .How I need to pass the token.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 18:43:34 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2021-01-19T18:43:34Z</dc:date>
    <item>
      <title>How to  pass a dropdown value in the lookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dropdown-value-in-the-lookup/m-p/536368#M36612</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have one requirement.&lt;/P&gt;&lt;P&gt;I have one dropdown as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="OrgName" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Org Name&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="accertify"&amp;gt;accertify&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="gcp"&amp;gt;gcp&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="b_marketingforce"&amp;gt;b_marketingforce&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;gcp&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;gcp&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;Below is my query for the panel where I am passing the drop down value like below:&lt;/P&gt;&lt;P&gt;&amp;lt;query&amp;gt;|inputlookup HealthCheck.csv| where $OrgName$|table Date OrgHealth%&amp;lt;/query&amp;gt;&lt;/P&gt;&lt;P&gt;But its not taking the token.&lt;/P&gt;&lt;P&gt;Can someone guide me .How I need to pass the token.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 18:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dropdown-value-in-the-lookup/m-p/536368#M36612</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-01-19T18:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to  pass a dropdown value in the lookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dropdown-value-in-the-lookup/m-p/536391#M36613</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You need to use field name to filter lookup values, assuming lookup field name is for OrgName is OrgName try below;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;query&amp;gt;|inputlookup HealthCheck.csv where OrgName="$OrgName$"|table Date OrgHealth%&amp;lt;/query&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you an upvote is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 21:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pass-a-dropdown-value-in-the-lookup/m-p/536391#M36613</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-01-19T21:23:01Z</dc:date>
    </item>
  </channel>
</rss>

