<?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: previous quarter in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606895#M2602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Byron,&lt;/P&gt;&lt;P&gt;The scenario is that I've to show Max quarter,previous quarter and previous year same quarter.&lt;/P&gt;&lt;P&gt;I have to show them in a chart and by default the max value should be shown on the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 07:36:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-06T07:36:41Z</dc:date>
    <item>
      <title>previous quarter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606892#M2599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to find the previous quarter of the max year.i have to find the previous quarter of the max year having current quarter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606892#M2599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T07:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: previous quarter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606893#M2600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM({&amp;lt;Date= {'&amp;gt;=$(=QuarterStart(Max(Date),-1))&amp;lt;=$(=QuarterEnd(Max(Date),-1))'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606893#M2600</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-06T07:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: previous quarter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606894#M2601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Say you have fields Year,Quarter and MonthYear i.e. MonthName(Date) and your quarter field values are {Q1,Q2,Q3,Q4} and you have selected Q4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then you can in your expression write something like this&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;sum({$&amp;lt;MonthYear={'&amp;gt;=$(=MonthYear(AddMonths(Max(Date)),-3))&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=MonthYear(Max(Date)))&lt;/SPAN&gt;'}&amp;gt;})Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Byron&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606894#M2601</guid>
      <dc:creator />
      <dc:date>2014-03-06T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: previous quarter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606895#M2602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Byron,&lt;/P&gt;&lt;P&gt;The scenario is that I've to show Max quarter,previous quarter and previous year same quarter.&lt;/P&gt;&lt;P&gt;I have to show them in a chart and by default the max value should be shown on the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606895#M2602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T07:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: previous quarter</title>
      <link>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606896#M2603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Manish,&lt;/P&gt;&lt;P&gt;thanks for ur help but the value is showing zero in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/previous-quarter/m-p/606896#M2603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T07:37:24Z</dc:date>
    </item>
  </channel>
</rss>

