<?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: Rolling 12-Months sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385854#M815917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny&lt;/P&gt;&lt;P&gt;Thank you very much. It is working perfectly. But I have a question. Did you suppress zero? &lt;/P&gt;&lt;P&gt;When I use this formula it is displaying all the years and months as zero and the selected month shows the value. Is there any other way without suppressing zero to display only the selected period?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176112_Capture.JPG" style="height: 379px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2017 12:08:12 GMT</pubDate>
    <dc:creator>shamsu_mk</dc:creator>
    <dc:date>2017-09-11T12:08:12Z</dc:date>
    <item>
      <title>Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385846#M815905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team&lt;/P&gt;&lt;P&gt;I have EBITDA data on monthly basis. I would like to have an expression field for rolling-12 months sum in the field R-Sum2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please support. Attached the data file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shamsu&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/Rolling-12-Months-sum/m-p/1385846#M815905</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385847#M815906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Month = {"&amp;gt;=$(=AddMonths(Max(Month),-12)) &amp;lt;=$(=Max(Month))"}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EBITDA&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2017 13:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385847#M815906</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-10T13:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385848#M815911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamsu,&lt;/P&gt;&lt;P&gt;For a rolling sum make a straight table with the expression you want to calculate the rolling sum on. Have the Year and Month dimensions in the table and/or the period dimension and make sure the table is sorted correctly. Go into the &lt;EM&gt;Expressions&lt;/EM&gt; tab and for your expression choose Accumulate 12 steps back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2017 15:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385848#M815911</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-10T15:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385849#M815912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(TOTAL Sum([EBITDA M]) , 0, 12))&lt;/STRONG&gt;&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/176042_Capture.PNG" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2017 23:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385849#M815912</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-10T23:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385850#M815913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;EBITDA M is my monthly EBITDA. If I use your formula I get the same numbers as EBITDA M. I have calculated the Rolling EBITDA in excel which showing in the field EBITDA R. The result should match with the EBITDA R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 04:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385850#M815913</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-11T04:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385851#M815914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Andrew&lt;/P&gt;&lt;P&gt;I did the arrangement in a way as you said. Please look in to my qvw file. Bt i did not understand that how to&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; choose Accumulate 12 steps back.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 04:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385851#M815914</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-11T04:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385852#M815915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny&lt;/P&gt;&lt;P&gt;Your reply is some what matching with my requirement, but a small issue. I have already calculated the Rolling EBITDA in excel and uploaded for checking purpose. You can see the field EBITDA R is the rolling 12 months EBITDA. That means &lt;STRONG&gt;"R.Sum2"&lt;/STRONG&gt; should match with "&lt;STRONG&gt;EBITDA R"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have a problem to use the function "&lt;STRONG&gt;Rage Sum " &lt;/STRONG&gt;because my report will show only one month data at a time, it will not be a monthly table. Since it is showing only one month data it will not be possible to use Rage Sum&lt;/P&gt;&lt;P&gt;Also, i noticed that in some month the rolling EBITDA is not correct as per the formula is given by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select June 17, the rolling EBITDA should be the sum of EBITDA M from Jul16 to June 17. This is what i need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 05:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385852#M815915</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-11T05:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385853#M815916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(TOTAL Sum({&amp;lt;Year, Month&amp;gt;}[EBITDA M]) , 0, 12)) * Avg(1)&lt;/STRONG&gt;&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/176092_Capture.PNG" style="height: 172px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 11:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385853#M815916</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-11T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385854#M815917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny&lt;/P&gt;&lt;P&gt;Thank you very much. It is working perfectly. But I have a question. Did you suppress zero? &lt;/P&gt;&lt;P&gt;When I use this formula it is displaying all the years and months as zero and the selected month shows the value. Is there any other way without suppressing zero to display only the selected period?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176112_Capture.JPG" style="height: 379px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 12:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385854#M815917</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-11T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385855#M815918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did do suppress zero... is that not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 12:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385855#M815918</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-11T12:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385856#M815919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working. I expect some issue may happen if i link to my original report. This formula i am using for some bank covenants report. I will continue with this way and if I face any issue let us see later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also thanks to all members who are comment on my query. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 12:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385856#M815919</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-11T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385857#M815922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this post: &lt;A href="https://community.qlik.com/docs/DOC-9144"&gt;Set Analysis for Rolling Periods&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 12:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385857#M815922</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-11T12:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385858#M815924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The following is the formula from my existing report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; [Exec P&amp;amp;L Heading] = &lt;STRONG&gt;{'EBITDA'&lt;/STRONG&gt;}&amp;gt;} Amount)/1000000*-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to replace EBITDA from the above formula with the below mentioned formula we have made. Please support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(TOTAL Sum({&amp;lt;Year, Month&amp;gt;}[EBITDA M]) , 0, 12)) * Avg(1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385858#M815924</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-19T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385859#M815926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand... do you want to elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385859#M815926</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-19T11:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385860#M815928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sorry, I think I confused you.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The below is the expression we recently developed.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RangeSum(Above(TOTAL Sum({&amp;lt;Year, Month&amp;gt;}[EBITDA M]) , 0, 12)) * Avg(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;We already had the data in the table for&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[EBITDA M].&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in my new report, I need to calculate&lt;STRONG&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[EBITDA M]) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and the formula is as follows. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt; [Exec P&amp;amp;L Heading] = &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{'&lt;/STRONG&gt;EBITDA&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;}&amp;gt;} Amount)/1000000*-1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;That means I want to replace with new formula as mentioned below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RangeSum(Above(TOTAL Sum({&amp;lt;Year, Month&amp;gt;}&lt;STRONG&gt;&lt;SPAN style="text-decoration: line-through;"&gt;[EBITDA M])&lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;sum({&amp;lt; [Exec P&amp;amp;L Heading] = &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;{'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: underline;"&gt;EBITDA&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;}&amp;gt;} Amount)/1000000*-1&lt;/SPAN&gt;&lt;/STRONG&gt; , 0, 12)) * Avg(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Strikethrough has to be removed and replaced with the underline formula.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 12:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385860#M815928</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-20T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385861#M815930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(TOTAL Sum({&amp;lt; [Exec P&amp;amp;L Heading] = {'EBITDA'}, Year, Month&amp;gt;} Amount)/1000000*-1 , 0, 12)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 12:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385861#M815930</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-20T12:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385862#M815932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It is working now. Still, i have a small issue and I am checking that. Suppress zero is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 07:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385862#M815932</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-09-25T07:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385863#M815933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I still could not solve the issue to suppress zero. I selected only 2017 Jan to Sep. But it displaying all other years with zero value. I checked the "Suppress Zero Value" from Presentation tab option but still same. Please help me&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" height="165" src="https://community.qlik.com/legacyfs/online/178258_Capture.JPG" style="height: 165.155px; width: 371px;" width="371" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 03:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385863#M815933</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-10-02T03:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385864#M815934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May have you use an if statement for your indicator column in the end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 11:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385864#M815934</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-02T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12-Months sum</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385865#M815935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give an example of if statement adding with the below formula ?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(TOTAL Sum({&amp;lt; [Exec P&amp;amp;L Heading] = {'EBITDA'}, Year, Month&amp;gt;} Amount)/1000000*-1 , 0, 12)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 12:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Months-sum/m-p/1385865#M815935</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2017-10-02T12:57:07Z</dc:date>
    </item>
  </channel>
</rss>

