<?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: Expression to Select Certain Date Range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833363#M992176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;A _jive_internal="true" href="https://community.qlik.com/people/TrisBres"&gt;Tristan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 13:51:34 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-08T13:51:34Z</dc:date>
    <item>
      <title>Expression to Select Certain Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833359#M992172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a large amount of data, of which I draw a variety of charts from. The data has a date range of several years; and for some of the charts I would like to just report on certain years/months. Is there an expression I can add to my charts that would filter on year/month? If Start Date = xx/xx/15 effectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part of my data table looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: 1px solid #000000; border-image: none;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Start Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;End Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;JOB123&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;5/06/2013&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;5/06/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;JOB123&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;11/06/2015&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;11/06/2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Tristan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 13:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833359#M992172</guid>
      <dc:creator />
      <dc:date>2015-07-08T13:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to Select Certain Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833360#M992173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you well, you might be able to use a set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;[Start Date] = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Today()), 'M/DD/YYYY'))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 13:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833360#M992173</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-08T13:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to Select Certain Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833361#M992174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92265_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 13:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833361#M992174</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-08T13:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to Select Certain Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833362#M992175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Sunny; that's done it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Tristan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 13:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833362#M992175</guid>
      <dc:creator />
      <dc:date>2015-07-08T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to Select Certain Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833363#M992176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;A _jive_internal="true" href="https://community.qlik.com/people/TrisBres"&gt;Tristan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 13:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-Select-Certain-Date-Range/m-p/833363#M992176</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-08T13:51:34Z</dc:date>
    </item>
  </channel>
</rss>

