<?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 Dropdow populating, but inactive in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdow-populating-but-inactive/m-p/522647#M35288</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Dasboard for user activity and I would like to add usernames with a dropdown input.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;
&amp;lt;input type="dropdown" token="user"&amp;gt;
&amp;lt;label&amp;gt;Username / Identity&amp;lt;/label&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;`umbrella` | stats count by identities | sort + identities | fields - count&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;fieldForLabel&amp;gt;user&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;fieldForValue&amp;gt;user&amp;lt;/fieldForValue&amp;gt;
&amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Search results with the user's list.&amp;nbsp; Rest of the boards&amp;nbsp; are using&amp;nbsp;&amp;nbsp;`umbrella` identities="$user$" ... searches (if I add a text input and username manually all working fine)&lt;/P&gt;&lt;P&gt;But... The dropdow input still appears inactive - greyed out and mouse over show red&amp;nbsp;crossed out circle &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I missed? (In other app same thing working fine, naturally I'm admin in this app, so I doubt it's permission)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2020 09:46:59 GMT</pubDate>
    <dc:creator>norbertt911</dc:creator>
    <dc:date>2020-10-02T09:46:59Z</dc:date>
    <item>
      <title>Dropdow populating, but inactive</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdow-populating-but-inactive/m-p/522647#M35288</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Dasboard for user activity and I would like to add usernames with a dropdown input.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;
&amp;lt;input type="dropdown" token="user"&amp;gt;
&amp;lt;label&amp;gt;Username / Identity&amp;lt;/label&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;`umbrella` | stats count by identities | sort + identities | fields - count&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;fieldForLabel&amp;gt;user&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;fieldForValue&amp;gt;user&amp;lt;/fieldForValue&amp;gt;
&amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Search results with the user's list.&amp;nbsp; Rest of the boards&amp;nbsp; are using&amp;nbsp;&amp;nbsp;`umbrella` identities="$user$" ... searches (if I add a text input and username manually all working fine)&lt;/P&gt;&lt;P&gt;But... The dropdow input still appears inactive - greyed out and mouse over show red&amp;nbsp;crossed out circle &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I missed? (In other app same thing working fine, naturally I'm admin in this app, so I doubt it's permission)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 09:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdow-populating-but-inactive/m-p/522647#M35288</guid>
      <dc:creator>norbertt911</dc:creator>
      <dc:date>2020-10-02T09:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdow populating, but inactive</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdow-populating-but-inactive/m-p/522649#M35289</link>
      <description>&lt;P&gt;Change the fieldForLabel and fieldForValue to &lt;FONT color="#008000"&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;identities&amp;nbsp; &lt;/EM&gt;from &lt;EM&gt;user&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;or&amp;nbsp; rename the identities to user in the populating search&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;
&amp;lt;input type="dropdown" token="user"&amp;gt;
&amp;lt;label&amp;gt;Username / Identity&amp;lt;/label&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt;`umbrella` | stats count by identities | sort + identities | fields - count&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;fieldForLabel&amp;gt;identities&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;fieldForValue&amp;gt;identities&amp;lt;/fieldForValue&amp;gt;
&amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: Please use code samples (&amp;lt;/&amp;gt;) to paste xml snippets for better readability, edited for you now&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 09:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdow-populating-but-inactive/m-p/522649#M35289</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-10-02T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdow populating, but inactive</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdow-populating-but-inactive/m-p/522650#M35290</link>
      <description>&lt;P&gt;Thank you! #imsonoob &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 09:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdow-populating-but-inactive/m-p/522650#M35290</guid>
      <dc:creator>norbertt911</dc:creator>
      <dc:date>2020-10-02T09:48:52Z</dc:date>
    </item>
  </channel>
</rss>

