<?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: Can you help me with my dropdown list show? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442207#M29146</link>
    <description>&lt;P&gt;hi @SoknySplunk &lt;/P&gt;

&lt;P&gt;try this code..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;dropdown&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="colour"&amp;gt;
      &amp;lt;label&amp;gt;colour&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;colour&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;colour&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;|makeresults |eval colour="red" ,user="user1" |append[|makeresults |eval colour="yellow" ,user="user2"] |append[|makeresults |eval colour="orange" ,user="user3"] |fields - _time&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="user"&amp;gt;
      &amp;lt;label&amp;gt;user&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;user&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;user&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;|makeresults |eval colour="red" ,user="user1" |append[|makeresults |eval colour="yellow" ,user="user2"] |append[|makeresults |eval colour="orange" ,user="user3"] |fields - _time |where colour="$colour$"&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 04 Sep 2018 06:58:41 GMT</pubDate>
    <dc:creator>harishalipaka</dc:creator>
    <dc:date>2018-09-04T06:58:41Z</dc:date>
    <item>
      <title>Can you help me with my dropdown list show?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442204#M29143</link>
      <description>&lt;P&gt;I have two dropdown list related to each other.&lt;BR /&gt;
-   Dropdown_list 1= red, yellow, orange, blue…&lt;BR /&gt;
-   Dropdown_list 1= user_a, user_b, user_c, user_d&lt;BR /&gt;
When I choose a colour in dropdown_list_1, I want dropdown_list_2 to show default all user who love that colour. ALL. Thanks your help.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442204#M29143</guid>
      <dc:creator>SoknySplunk</dc:creator>
      <dc:date>2020-09-29T21:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my dropdown list show?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442205#M29144</link>
      <description>&lt;P&gt;@SoknySplunk&lt;/P&gt;

&lt;P&gt;How are you relating RED and user_a? Can you please provide more information regarding who love red color and who love yellow?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 04:50:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442205#M29144</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-09-04T04:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my dropdown list show?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442206#M29145</link>
      <description>&lt;P&gt;user_a like all color&lt;BR /&gt;
user-b like red color&lt;BR /&gt;
user_c like yellow and orange&lt;BR /&gt;
user_d like blue.&lt;BR /&gt;
 thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:08:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442206#M29145</guid>
      <dc:creator>SoknySplunk</dc:creator>
      <dc:date>2020-09-29T21:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my dropdown list show?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442207#M29146</link>
      <description>&lt;P&gt;hi @SoknySplunk &lt;/P&gt;

&lt;P&gt;try this code..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;dropdown&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="colour"&amp;gt;
      &amp;lt;label&amp;gt;colour&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;colour&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;colour&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;|makeresults |eval colour="red" ,user="user1" |append[|makeresults |eval colour="yellow" ,user="user2"] |append[|makeresults |eval colour="orange" ,user="user3"] |fields - _time&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="user"&amp;gt;
      &amp;lt;label&amp;gt;user&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;user&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;user&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;|makeresults |eval colour="red" ,user="user1" |append[|makeresults |eval colour="yellow" ,user="user2"] |append[|makeresults |eval colour="orange" ,user="user3"] |fields - _time |where colour="$colour$"&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442207#M29146</guid>
      <dc:creator>harishalipaka</dc:creator>
      <dc:date>2018-09-04T06:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my dropdown list show?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442208#M29147</link>
      <description>&lt;P&gt;For example:&lt;BR /&gt;
Field_color     Field_user&lt;BR /&gt;
red                  user_a&lt;BR /&gt;
yellow            user_b&lt;BR /&gt;
orange           user_c&lt;BR /&gt;
blue                user_d&lt;/P&gt;

&lt;P&gt;If I choose blue in field_color, it should be show user_d only one in field_user&lt;BR /&gt;
if i choose orange it should be show user_c only one in field_user&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:08:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442208#M29147</guid>
      <dc:creator>SoknySplunk</dc:creator>
      <dc:date>2020-09-29T21:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my dropdown list show?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442209#M29148</link>
      <description>&lt;P&gt;@SoknySplunk based on the requirement seems like you should setup a lookup file with Color to User mapping so that it becomes easy to maintain and correlate.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 08:33:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442209#M29148</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-04T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my dropdown list show?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442210#M29149</link>
      <description>&lt;P&gt;@SoknySplunk &lt;/P&gt;

&lt;P&gt;Did you try @harishalipaka 's example? if it worked for you, please approve his answer.  If not, go ahead and give us some more information so other community members know you still need help.&lt;/P&gt;

&lt;P&gt;Thanks and happy Splunking!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 20:47:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-my-dropdown-list-show/m-p/442210#M29149</guid>
      <dc:creator>mstjohn_splunk</dc:creator>
      <dc:date>2018-09-04T20:47:39Z</dc:date>
    </item>
  </channel>
</rss>

