<?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 Filter by Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-by-Date/m-p/323542#M1196236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's us say that your field is called DATE.&lt;/P&gt;&lt;P&gt;at the end of the script you can make&lt;/P&gt;&lt;P&gt;Load distinct DATE,&lt;/P&gt;&lt;P&gt;MONTH(DATE) AS InvMonth,&lt;/P&gt;&lt;P&gt;Year(DATE) as InvYear&lt;/P&gt;&lt;P&gt;Resident YourTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe QlikView didn't recognize your field as a date yet. So, if your field is MMDDYYYY, the script would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load distinct DATE,&lt;/P&gt;&lt;P&gt;LEFT(DATE,2) AS InvMonth,&lt;/P&gt;&lt;P&gt;right(DATE,4) as InvYear&lt;/P&gt;&lt;P&gt;Resident YourTable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2011 18:02:05 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-04-25T18:02:05Z</dc:date>
    <item>
      <title>Filter by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Date/m-p/323541#M1196235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date field which is month day year. I want to see only those records where this date field is the in Inv Month and Inv Year selected. How would do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 17:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Date/m-p/323541#M1196235</guid>
      <dc:creator />
      <dc:date>2011-04-25T17:40:19Z</dc:date>
    </item>
    <item>
      <title>Filter by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Date/m-p/323542#M1196236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's us say that your field is called DATE.&lt;/P&gt;&lt;P&gt;at the end of the script you can make&lt;/P&gt;&lt;P&gt;Load distinct DATE,&lt;/P&gt;&lt;P&gt;MONTH(DATE) AS InvMonth,&lt;/P&gt;&lt;P&gt;Year(DATE) as InvYear&lt;/P&gt;&lt;P&gt;Resident YourTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe QlikView didn't recognize your field as a date yet. So, if your field is MMDDYYYY, the script would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load distinct DATE,&lt;/P&gt;&lt;P&gt;LEFT(DATE,2) AS InvMonth,&lt;/P&gt;&lt;P&gt;right(DATE,4) as InvYear&lt;/P&gt;&lt;P&gt;Resident YourTable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 18:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Date/m-p/323542#M1196236</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-25T18:02:05Z</dc:date>
    </item>
  </channel>
</rss>

