<?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: Last 3 Months Sales? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402279#M149702</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;Try this Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;CalDate={'&amp;gt;=$(=MonthStart(Max(CalDate), -2))&amp;lt;=$(=MonthEnd(Max(CalDate)))'}, CalMonth=,CalQuarter=,CalYear= , CalMonthYear= &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Mar 2013 06:44:28 GMT</pubDate>
    <dc:creator>nirav_bhimani</dc:creator>
    <dc:date>2013-03-28T06:44:28Z</dc:date>
    <item>
      <title>Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402278#M149701</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;&lt;/P&gt;&lt;P&gt;I have to show last 3 months Sales data without reflecting any selections in same table respective of product....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my date field is posting date in YYYY-MM-DD format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how i can achive this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 06:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402278#M149701</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-03-28T06:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402279#M149702</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;Try this Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;CalDate={'&amp;gt;=$(=MonthStart(Max(CalDate), -2))&amp;lt;=$(=MonthEnd(Max(CalDate)))'}, CalMonth=,CalQuarter=,CalYear= , CalMonthYear= &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 06:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402279#M149702</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-28T06:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402280#M149703</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;See the attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXP:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt; CalDate={'&amp;gt;=$(=MonthStart(Max( {&amp;lt;CalYear=, CalMonth= , CalMonthYear=, CalQuarter=&amp;gt;} CalDate), -2))&amp;lt;=$(=MonthEnd(Max( {&amp;lt;CalYear=, CalMonth= , CalMonthYear=, CalQuarter=&amp;gt;} CalDate)))'} , CalMonth=,CalQuarter=,CalYear= , CalMonthYear= &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 06:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402280#M149703</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-28T06:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402281#M149704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for ur reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting correct answer by that expression. I have to get&amp;nbsp; last 3 months sales expect this month means for present it is march so i have to show dec-12, jan-13,feb-13...... it doen't effect to my selection, suppose if i am seeing 2012 may data ... that data will be constanat..... for every selection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khadeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 09:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402281#M149704</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-03-28T09:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402282#M149705</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;Try this updated exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt; CalDate={'&amp;gt;=$(=MonthStart(Max( {&amp;lt;CalYear=, CalMonth= , CalMonthYear=, CalQuarter=&amp;gt;} CalDate), -3))&amp;lt;=$(=MonthEnd(Max( {&amp;lt;CalYear=, CalMonth= , CalMonthYear=, CalQuarter=&amp;gt;} CalDate), -1))'} , CalMonth=,CalQuarter=,CalYear= , CalMonthYear= &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 11:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402282#M149705</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-28T11:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402283#M149706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({$&amp;lt;Month={"&amp;gt;=$(=Max(Month)-3)&amp;lt;$(=Max(Month))"},Day=,Year={"2008"}&amp;gt;}[Sales Amount])&lt;/P&gt;&lt;P&gt;use this one it will help i think&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 11:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402283#M149706</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2013-03-28T11:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402284#M149707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can nullify the year too this will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 11:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402284#M149707</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2013-03-28T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Months Sales?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402285#M149708</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;Nirbav post is correct that will gives you output as expected, but small change in it i.e; to avoid present month data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt; CalDate={'&amp;gt;=$(=MonthStart(Max( {&amp;lt;CalYear=, CalMonth= , CalMonthYear=, CalQuarter=&amp;gt;} CalDate), -3))&amp;lt;=$(=MonthEnd(Max( {&amp;lt;CalYear=, CalMonth= , CalMonthYear=, CalQuarter=&amp;gt;} CalDate),-1))'} , CalMonth=,CalQuarter=,CalYear= , CalMonthYear= &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 11:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Months-Sales/m-p/402285#M149708</guid>
      <dc:creator />
      <dc:date>2013-03-28T11:38:22Z</dc:date>
    </item>
  </channel>
</rss>

