<?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 Month to Date Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186952#M50821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Karl!!! Those 3 set analysis works.. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Nov 2010 02:50:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-16T02:50:32Z</dc:date>
    <item>
      <title>Month to Date Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186950#M50819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;I need your help regarding on Month to Date using set analysis. I have this code for my MonthToDate computation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;sum({&amp;lt;PAID_DATE={"&amp;gt;=$(=date(MonthStart(Max(PAID_DATE)))) &amp;lt;=$(=Max(PAID_DATE))"}, Year=, Month=, Day=&amp;gt;} PAIDAMOUNT)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, What will be my set analysis for the following :&lt;/P&gt;&lt;P&gt;1.) Previous Month with the same date (example: 11/15/2010 selection should compute = from 10/01/2010 to 10/15/2010)&lt;/P&gt;&lt;P&gt;2.) Full Month Two Months Ago (example: 11/15/2010 selection should compute = from 09/01/2010 to 09/30/2010)&lt;/P&gt;&lt;P&gt;3.) Full Month Three Months Ago (example: 11/15/2010 selection should compute = from 08/01/2010 to 08/31/2010)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or If you have any suggestion or work around or easier approach regarding my problem, it will be very much appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 08:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186950#M50819</guid>
      <dc:creator />
      <dc:date>2010-11-15T08:54:14Z</dc:date>
    </item>
    <item>
      <title>Month to Date Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186951#M50820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lester,&lt;/P&gt;&lt;P&gt;Try the following for each option:&lt;/P&gt;&lt;P&gt;1)sum({&amp;lt;PAID_DATE={"&amp;gt;=$(=date(MonthStart(Max(PAID_DATE),-1))) &amp;lt;=$(=addmonths(Max(PAID_DATE),-1))"}, Year=, Month=, Day=&amp;gt;} PAIDAMOUNT)&lt;BR /&gt;//most month functions have a month offset parameter you can use and if not use addmonths()&lt;/P&gt;&lt;P&gt;2)sum({&amp;lt;PAID_DATE={"&amp;gt;=$(=date(MonthStart(Max(PAID_DATE),-2))) &amp;lt;=$(=date(MonthEnd(Max(PAID_DATE),-2)))"}, Year=, Month=, Day=&amp;gt;} PAIDAMOUNT)&lt;/P&gt;&lt;P&gt;3)sum({&amp;lt;PAID_DATE={"&amp;gt;=$(=date(MonthStart(Max(PAID_DATE),-3))) &amp;lt;=$(=date(MonthEnd(Max(PAID_DATE),-3)))"}, Year=, Month=, Day=&amp;gt;} PAIDAMOUNT)&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 18:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186951#M50820</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-11-15T18:49:59Z</dc:date>
    </item>
    <item>
      <title>Month to Date Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186952#M50821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Karl!!! Those 3 set analysis works.. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 02:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186952#M50821</guid>
      <dc:creator />
      <dc:date>2010-11-16T02:50:32Z</dc:date>
    </item>
    <item>
      <title>Month to Date Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186953#M50822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;I have a follow-up question:&lt;/P&gt;&lt;P&gt;What will be my Set Analysis for &lt;B&gt;Yesterday&lt;/B&gt; using this Month To Date Set Analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum({&amp;lt;PAID_DATE={"&amp;gt;=$(=date(MonthStart(Max(PAID_DATE)))) &amp;lt;=$(=Max(PAID_DATE))"}, Year=, Month=, Day=&amp;gt;} PAIDAMOUNT)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 10:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186953#M50822</guid>
      <dc:creator />
      <dc:date>2010-12-02T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Month to Date Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186954#M50823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;sum({&amp;lt;PAID_DATE={"&amp;gt;=$(=date(MonthStart(Max(PAID_DATE)))) &amp;lt;=&lt;STRONG&gt;$(=today()-1)&lt;/STRONG&gt;"}, Year=, Month=, Day=&amp;gt;} PAIDAMOUNT)&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 16:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Date-Set-Analysis/m-p/186954#M50823</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-02T16:50:25Z</dc:date>
    </item>
  </channel>
</rss>

