<?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 Last 4 Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227944#M80022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont know how never done that before....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 10:30:03 GMT</pubDate>
    <dc:creator>stevietm</dc:creator>
    <dc:date>2011-02-24T10:30:03Z</dc:date>
    <item>
      <title>Last 4 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227942#M80020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I need to calculate prev 4months...im still new at this set analysis and qlikview so pls can some1 jst help me and walk me through the expression...my dimention is month year...What i need to do is get the current month and 4 months back the total of my income for all 4 months together, and then they want me to / that with the outstanding debt on the last day of the last month...Pls can anyone help????&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;P&gt;Regards Stevie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 08:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227942#M80020</guid>
      <dc:creator>stevietm</dc:creator>
      <dc:date>2011-02-24T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Last 4 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227943#M80021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please send me the sample application i will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 09:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227943#M80021</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2011-02-24T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Last 4 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227944#M80022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont know how never done that before....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 10:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227944#M80022</guid>
      <dc:creator>stevietm</dc:creator>
      <dc:date>2011-02-24T10:30:03Z</dc:date>
    </item>
    <item>
      <title>Last 4 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227945#M80023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stevie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try this Set Analysis:&lt;/P&gt;&lt;P&gt;Selected month:&lt;BR /&gt;=SUM({1&amp;lt;[Month]={$(=MONTH(ADDMONTHS(MAX([Date]),0)))},[Year] ={$(=YEAR(ADDMONTHS(Max([Date]),0)))}&amp;gt;}[LineSalesAmount])&lt;/P&gt;&lt;P&gt;prev. month:&lt;BR /&gt;=SUM({1&amp;lt;[Month]={$(=MONTH(ADDMONTHS(MAX([Date]),-1)))},[Year] ={$(=YEAR(ADDMONTHS(Max([Date]),-1)))}&amp;gt;}[LineSalesAmount])&lt;/P&gt;&lt;P&gt;2 months back:&lt;BR /&gt;=SUM({1&amp;lt;[Month]={$(=MONTH(ADDMONTHS(MAX([Date]),-2)))},[Year] ={$(=YEAR(ADDMONTHS(Max([Date]),-2)))}&amp;gt;}[LineSalesAmount])&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 12:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227945#M80023</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2011-02-24T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Last 4 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227946#M80024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you have an example for 3 months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression is:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;YearMonth ={"&amp;gt;=$(=date(addmonths(date#('$(vYearMonth)','MMM-YYYY'),-2),'MMM-YYYY')) &amp;lt;=$(=date#('$(vYearMonth)','MMM-YYYY'))"}, Year=,Month=&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2015 16:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227946#M80024</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-11-28T16:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Last 4 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227947#M80025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How will i do this for the previous year same months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 09:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-4-Months/m-p/227947#M80025</guid>
      <dc:creator>stevietm</dc:creator>
      <dc:date>2017-04-18T09:30:31Z</dc:date>
    </item>
  </channel>
</rss>

