<?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: Showing data quarterly from month data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993987#M338396</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, 08 Sep 2015 09:47:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-08T09:47:32Z</dc:date>
    <item>
      <title>Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993986#M338395</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;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When data for Jan,Feb ,Mar is present then make Jan+Feb+Mar for indicator value and show data for Q1 on march.&lt;/P&gt;&lt;P&gt;Similirly for Q2 on jun for Apr+May+jun&lt;/P&gt;&lt;P&gt;Q3 on sept for jul+aug+sept&lt;/P&gt;&lt;P&gt;And Q4 on dec for oct+Nov+Dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any month in any of quarter is not present then data for that quarter should not display&lt;/P&gt;&lt;P&gt;eg suppose for 2001&amp;nbsp; oct&amp;nbsp; is absent so Q4&amp;nbsp; that is dec for 2001 shoud not display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using below fomula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(mod(Month(DATE),3) = 0, If(month(DATE) -1 = Month(Above(DATE)) and (month(DATE) -2) = Month(Above(Above(DATE))),&lt;/P&gt;&lt;P&gt;Above(Text)+Above(Above(Text))+ Sum(INDICATOR_VALUE)), Sum({&amp;lt;INDICATOR_NAME={'FRCOSTRT Index = France Housing Starts Total'},&lt;/P&gt;&lt;P&gt;MONTH={3,6,9,12}&amp;gt;}INDICATOR_VALUE)&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;P&gt;and DATE is domension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Req&amp;nbsp; is to show this in bar chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993986#M338395</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-08T08:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993987#M338396</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, 08 Sep 2015 09:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993987#M338396</guid>
      <dc:creator />
      <dc:date>2015-09-08T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993988#M338397</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;in the script you can add this,&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; ceil(num(month(Date))/3) as Quater_Month,&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;residant ......;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 10:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993988#M338397</guid>
      <dc:creator />
      <dc:date>2015-09-08T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993989#M338398</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;Still it is not giving desired result.Can you please suggest on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 04:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993989#M338398</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-09T04:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993990#M338399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your line as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;If any month in any of quarter is not present then data for that quarter should not display&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;eg in my data data for oct 2001 is absent so Q4&amp;nbsp; that is dec for 2001 shoud not display&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;To achieve this you can use subpress nulls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 04:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993990#M338399</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-09-09T04:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993991#M338400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the attached file. Hope this will help.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 05:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993991#M338400</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-09T05:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993992#M338401</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;PFA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Below is the requirement.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When data for Jan,Feb ,Mar is present then make Jan+Feb+Mar for indicator value and show data for Q1 on march.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Similirly for Q2 on jun for Apr+May+jun&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q3 on sept for jul+aug+sept&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And Q4 on dec for oct+Nov+Dec&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If any month in any of quarter is not present then data for that quarter should not display&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eg in my data data for oct 2001 is absent so Q4&amp;nbsp; that is dec for 2001 shoud not display.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need to show this in bar chart, but i could not find hhe solution please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 06:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993992#M338401</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-09T06:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993993#M338402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If any month in any of quarter is not present then data for that quarter won't be display.&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;&lt;SPAN style="font-size: 13.3333px;"&gt;What is &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jan+Feb+Mar?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 06:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993993#M338402</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-09T06:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993994#M338403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Jan+Feb+Mar is for Q1 need to be show Jan+Feb+Mar entire sum on Mar. if any month in respective quarter is not present then bar for that quarter should not display&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 06:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993994#M338403</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-09T06:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993995#M338404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest&amp;nbsp; on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 09:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993995#M338404</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-09T09:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993996#M338405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you have the last expression on failure of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if(mod(Month(DATE),3) = 0, -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;INDICATOR_NAME={'FRCOSTRT Index = France Housing Starts Total'}, MONTH={3,6,9,12}&amp;gt;}INDICATOR_VALUE)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this seems to add up the last three months of data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Mod(Month(DATE),3) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Month(DATE) -1 = Month(Above(DATE)) and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; (Month(DATE) -2) = Month(Above(Above(DATE))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum(INDICATOR_VALUE)) + Above(Above(Sum(INDICATOR_VALUE))) + Sum(INDICATOR_VALUE)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/98529_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to October 2001 missing, I actually see the data. Is it after you make a selection in country the data is not present?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98528_Capture.PNG" style="height: 163px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if I am moving in a completely wrong direction here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 11:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993996#M338405</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-10T11:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993997#M338406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98536_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;If(Mod(Month(DATE),3) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Month(DATE) -1 = Month(Above(DATE)) and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; (Month(DATE) -2) = Month(Above(Above(DATE))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE)) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Above(Sum({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE))) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Sum({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 12:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993997#M338406</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-10T12:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993998#M338407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Deepak,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please close the thread by selecting Helpful/Correct Answer. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 04:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993998#M338407</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-11T04:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993999#M338408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this resolve the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Mod(Month(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)),3) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Month(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)) -1 = Month(Above(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE))) and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; (Month(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)) -2) = Month(Above(Above(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE)) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Above(Sum({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE))) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Sum({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98604_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/993999#M338408</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-11T06:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994000#M338409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepak I see two values on a single date, how are you planning to handle these? For example: 3/31/2015 and 6/30/2015 are repeating with different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98605_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994000#M338409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-11T06:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994001#M338410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is data issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 07:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994001#M338410</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-11T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994002#M338411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yet another attempt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Mod(Month(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)),3) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Month(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)) -1 = Month(Above(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE))) and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; (Month(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)) -2) = Month(Above(Above(Only({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}DATE)))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Max({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}Aggr(Max({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE), DATE))) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Above(Max({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}Aggr(Max({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE), DATE)))) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Max({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}Aggr(Max({&amp;lt;INDICATOR_NAME = {'FRCOSTRT Index = France Housing Starts Total'}&amp;gt;}INDICATOR_VALUE), DATE))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98629_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 09:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994002#M338411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-11T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994003#M338412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On mouse hover selection it showing no data to display.&lt;/P&gt;&lt;P&gt;IT has to show atleast selected bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 11:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994003#M338412</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-28T11:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Showing data quarterly from month data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994004#M338413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌ can you please suggest on&amp;nbsp; this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 06:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-data-quarterly-from-month-data/m-p/994004#M338413</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-10-01T06:01:20Z</dc:date>
    </item>
  </channel>
</rss>

