<?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 in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/dropdown/m-p/521751#M9334</link>
    <description>&lt;P&gt;This doesn't sound like the full story!&lt;/P&gt;&lt;P&gt;However, why not create your first dropdown with this query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ... | search TITLE = "*Microsoft*" OR TITLE = "*Windows*"

| eval new_date=strftime(strptime(PUBLISHED_DATETIME,"%Y-%m-%d"),"%Y")
| dedup new_date
| fields new_date
| sort - new_date&lt;/LI-CODE&gt;&lt;P&gt;and your second dropdown with this query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ... | search TITLE = "*Microsoft*" OR TITLE = "*Windows*"

| eval new_date=strftime(strptime(PUBLISHED_DATETIME,"%Y-%m-%d"),"%b")
| dedup new_date
| fields new_date
| sort - new_date&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 28 Sep 2020 10:18:12 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2020-09-28T10:18:12Z</dc:date>
    <item>
      <title>dropdown</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/dropdown/m-p/521750#M9333</link>
      <description>&lt;P&gt;i have one dropdown with month and year how can i separate and make 2 dropdown , one for month another one for year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my query is this&lt;/P&gt;&lt;P&gt;| inputlookup ... | search TITLE = "*Microsoft*" OR TITLE = "*Windows*"&lt;BR /&gt;&lt;BR /&gt;| eval new_date=strftime(strptime(PUBLISHED_DATETIME,"%Y-%m-%d"),"%Y %b")&lt;BR /&gt;| dedup new_date&lt;BR /&gt;| table new_date PUBLISHED_DATETIME&lt;BR /&gt;| sort - new_date&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:41:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/dropdown/m-p/521750#M9333</guid>
      <dc:creator>dall</dc:creator>
      <dc:date>2020-09-28T09:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/dropdown/m-p/521751#M9334</link>
      <description>&lt;P&gt;This doesn't sound like the full story!&lt;/P&gt;&lt;P&gt;However, why not create your first dropdown with this query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ... | search TITLE = "*Microsoft*" OR TITLE = "*Windows*"

| eval new_date=strftime(strptime(PUBLISHED_DATETIME,"%Y-%m-%d"),"%Y")
| dedup new_date
| fields new_date
| sort - new_date&lt;/LI-CODE&gt;&lt;P&gt;and your second dropdown with this query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ... | search TITLE = "*Microsoft*" OR TITLE = "*Windows*"

| eval new_date=strftime(strptime(PUBLISHED_DATETIME,"%Y-%m-%d"),"%b")
| dedup new_date
| fields new_date
| sort - new_date&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/dropdown/m-p/521751#M9334</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-28T10:18:12Z</dc:date>
    </item>
  </channel>
</rss>

