<?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: Current Quarter Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106167#M908569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Below, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(date#(Date,'MMM-YY'), 'YYYYMM') as Month_year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Latest quarter &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Month_year={"&amp;gt;=$(=date(QuarterStart(max(Month_year),-1),'YYYYMM'))&amp;lt;=$(=date( QuarterEnd(max(Month_year),-1),'YYYYMM'))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For last Three Months&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Month_year={"&amp;gt;=$(=date(addmonths(max(Month_year),-2),'YYYYMM'))&amp;lt;= $(=date(addmonths(max(Month_year),0),'YYYYMM'))&amp;nbsp;&amp;nbsp; "}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 09:45:50 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2016-06-14T09:45:50Z</dc:date>
    <item>
      <title>Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106158#M908560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we calculate current quarter sales in qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106158#M908560</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106159#M908561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/823852"&gt;Re: Set expressions for current Quarter and Month sales.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1030074"&gt;Re: Current Quarter&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 05:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106159#M908561</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-14T05:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106160#M908562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working.&lt;/P&gt;&lt;P&gt;I have a date field with date starting from Jan-2015 to Apr-2016, I need to pick last three month sales from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also need to pick Last Quarter Sales?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106160#M908562</guid>
      <dc:creator />
      <dc:date>2016-06-14T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106161#M908563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also &lt;/P&gt;&lt;P&gt;Try something like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(DayNumberOfQuarter(Date_field)&amp;lt;=&lt;SPAN style="font-size: 13.3333px;"&gt;DayNumberOfQuarter(Today()),1,0) as QTD_Flag&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From .... Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this flag in Set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;STRONG style="font-size: 13.3333px;"&gt;QTD_Flag={'1'}&amp;gt;}sales) --&amp;gt; will give you current quarter to date sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106161#M908563</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-06-14T06:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106162#M908564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to share a qvw with sample data and explain your requirement against that, so that we can work on right data and for right requirement without having to have much guess work.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2380"&gt;QlikCommunity Tip: How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106162#M908564</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-06-14T06:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106163#M908565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the sample data:&lt;/P&gt;&lt;P&gt;I want the output to be as Current Three Month Sales that is sum of Feb-16, Mar-16 and Apr-16&lt;/P&gt;&lt;P&gt;and Current quarter Sales that is Jan-16, Feb-16, Mar-16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Date&lt;/TD&gt;&lt;TD width="64"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Jan-15&lt;/TD&gt;&lt;TD align="right"&gt;75&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Feb-15&lt;/TD&gt;&lt;TD align="right"&gt;77&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Mar-15&lt;/TD&gt;&lt;TD align="right"&gt;59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Apr-15&lt;/TD&gt;&lt;TD align="right"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;May-15&lt;/TD&gt;&lt;TD align="right"&gt;91&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Jun-15&lt;/TD&gt;&lt;TD align="right"&gt;51&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Jul-15&lt;/TD&gt;&lt;TD align="right"&gt;99&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Aug-15&lt;/TD&gt;&lt;TD align="right"&gt;58&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Sep-15&lt;/TD&gt;&lt;TD align="right"&gt;82&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Oct-15&lt;/TD&gt;&lt;TD align="right"&gt;94&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Nov-15&lt;/TD&gt;&lt;TD align="right"&gt;82&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Dec-15&lt;/TD&gt;&lt;TD align="right"&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Jan-16&lt;/TD&gt;&lt;TD align="right"&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Feb-16&lt;/TD&gt;&lt;TD align="right"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Mar-16&lt;/TD&gt;&lt;TD align="right"&gt;68&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;Apr-16&lt;/TD&gt;&lt;TD align="right"&gt;81&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106163#M908565</guid>
      <dc:creator />
      <dc:date>2016-06-14T06:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106164#M908566</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;Refer this expression -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date = {'&amp;gt;$(=(date(AddMonths( date#(max(Date),'DD/MM/YYYY'),-3),'DD/MM/YYYY')))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106164#M908566</guid>
      <dc:creator>akshayjain90</dc:creator>
      <dc:date>2016-06-14T07:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106165#M908567</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;&lt;/P&gt;&lt;P&gt;Assuming you date format is &lt;SPAN style="font-size: 13.3333px;"&gt;'DD-MM-YYYY'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date = {"&amp;gt;=$(=Date(Quarterstart(max(Date)),'DD-MM-YYYY'))&amp;lt;=$(=date(max(Date),'DD-MM-YYYY'))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106165#M908567</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-14T07:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106166#M908568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 09:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106166#M908568</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-06-14T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106167#M908569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Below, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(date#(Date,'MMM-YY'), 'YYYYMM') as Month_year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Latest quarter &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Month_year={"&amp;gt;=$(=date(QuarterStart(max(Month_year),-1),'YYYYMM'))&amp;lt;=$(=date( QuarterEnd(max(Month_year),-1),'YYYYMM'))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For last Three Months&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Month_year={"&amp;gt;=$(=date(addmonths(max(Month_year),-2),'YYYYMM'))&amp;lt;= $(=date(addmonths(max(Month_year),0),'YYYYMM'))&amp;nbsp;&amp;nbsp; "}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 09:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106167#M908569</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-06-14T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106168#M908570</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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({&amp;lt;MonthYear= {"&amp;gt;=$(=Date(Quarterstart(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear&lt;/SPAN&gt;)),'MMM-YY'))&amp;lt;=$(=date(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear&lt;/SPAN&gt;),'MMM-YY'))"}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 10:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106168#M908570</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-14T10:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Current Quarter Data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106169#M908571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kushal, it worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I applied filter it showed me 0 for all the rows.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;As per the below data, when I applied filter of Actaul_Goal then it returned me null value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual_Goal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;Jan-16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&lt;/P&gt;&lt;P&gt;Feb-16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&lt;/P&gt;&lt;P&gt;Mar-16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70&lt;/P&gt;&lt;P&gt;Apr-16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&lt;/P&gt;&lt;P&gt;May-16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Goal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90&lt;/P&gt;&lt;P&gt;Jun-16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Goal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 04:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Quarter-Data/m-p/1106169#M908571</guid>
      <dc:creator />
      <dc:date>2016-06-15T04:12:26Z</dc:date>
    </item>
  </channel>
</rss>

