<?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: Select data for the last 2 years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327964#M120768</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;It is not working for me yet. But it has given me some ideas about how I might use sets to find an answer.&lt;/P&gt;&lt;P&gt;Disappointing it needs to be this complicated - I feel there must be a simple solution that I'm missing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2012 14:48:24 GMT</pubDate>
    <dc:creator>richard_chilvers</dc:creator>
    <dc:date>2012-03-01T14:48:24Z</dc:date>
    <item>
      <title>Select data for the last 2 years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327962#M120766</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'm not new to QV, but still find date functions confusing !&lt;/P&gt;&lt;P&gt;Please can someone advise a good way of selecting data for the last 24 months?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if today is 15th February 2012, I'd like the data from all months from (and including) February 2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 14:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327962#M120766</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2012-02-29T14:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for the last 2 years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327963#M120767</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;use the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateFieldName={'&amp;gt;=$(MonthStart(Max(DateFieldName), -24))&amp;lt;=$(=Max(DateFieldName))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to exclude the selection of month, year and any other date related filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year=, Month=, Week=, DateFieldName={'&amp;gt;=$(MonthStart(Max(DateFieldName), -24))&amp;lt;=$(=Max(DateFieldName))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 14:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327963#M120767</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-29T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for the last 2 years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327964#M120768</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;It is not working for me yet. But it has given me some ideas about how I might use sets to find an answer.&lt;/P&gt;&lt;P&gt;Disappointing it needs to be this complicated - I feel there must be a simple solution that I'm missing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 14:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327964#M120768</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2012-03-01T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for the last 2 years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327965#M120769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you provide me the details what fields you have related to the date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date field is in which format normal date or time stamp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 05:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327965#M120769</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-02T05:03:41Z</dc:date>
    </item>
    <item>
      <title>Select data for the last 2 years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327966#M120770</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;Can you attach sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 05:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-the-last-2-years/m-p/327966#M120770</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-02T05:36:18Z</dc:date>
    </item>
  </channel>
</rss>

