<?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 Filter on above function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343937#M413773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to calculate a sum of past 6 values in a graph.&lt;/P&gt;&lt;P&gt;Consider this is my data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Year, Month, Value&lt;/P&gt;&lt;P&gt;2016,201601,20&lt;/P&gt;&lt;P&gt;2016,201602,14&lt;/P&gt;&lt;P&gt;2016,201603,15&lt;/P&gt;&lt;P&gt;2016,201604,17&lt;/P&gt;&lt;P&gt;2016,201605,23&lt;/P&gt;&lt;P&gt;2016,201606,18&lt;/P&gt;&lt;P&gt;2016,201607,10&lt;/P&gt;&lt;P&gt;2016,201608,34&lt;/P&gt;&lt;P&gt;2016,201609,29&lt;/P&gt;&lt;P&gt;2016,201610,17&lt;/P&gt;&lt;P&gt;2016,201611,19&lt;/P&gt;&lt;P&gt;2016,201612,24&lt;/P&gt;&lt;P&gt;2017,201701,28&lt;/P&gt;&lt;P&gt;2017,201702,19&lt;/P&gt;&lt;P&gt;2017,201703,20&lt;/P&gt;&lt;P&gt;2017,201704,15&lt;/P&gt;&lt;P&gt;2017,201705,18&lt;/P&gt;&lt;P&gt;2017,201706,28&lt;/P&gt;&lt;P&gt;2017,201707,21&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the calculation with the functions above and rangesum :&lt;/P&gt;&lt;P&gt;Rangesum(above(sum(Value),0,6))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 406px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;sum(Value)&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="210"&gt;Rangesum(above(sum(Value),0,6))&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201601&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201602&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201603&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;49&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201604&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;17&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201605&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;23&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201606&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;18&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;107&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201607&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201608&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;117&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201609&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;29&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;131&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201610&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;17&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;131&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201611&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;19&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;127&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201612&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;24&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;133&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201701&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;151&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201702&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;19&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;136&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201703&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;127&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201704&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;125&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201705&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;18&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;124&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201706&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;128&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201707&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;21&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;121&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 201707 the calculation is : 21+28+18+15+20+19 = 121.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is i want to show in a line graph only the 2017 year, so i've changed my calculation by:&lt;/P&gt;&lt;P&gt;Rangesum(above(sum({&amp;lt;Year ={"2017"}&amp;gt;}Value),0,6))&lt;/P&gt;&lt;P&gt;But the filter on 2017 exclude my 2016 datas in the calculation so the firsts 6 months are wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a solution to display only the 2017 year in the graph without filter the expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the qvd in attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 08:57:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-08-03T08:57:30Z</dc:date>
    <item>
      <title>Filter on above function</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343937#M413773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to calculate a sum of past 6 values in a graph.&lt;/P&gt;&lt;P&gt;Consider this is my data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Year, Month, Value&lt;/P&gt;&lt;P&gt;2016,201601,20&lt;/P&gt;&lt;P&gt;2016,201602,14&lt;/P&gt;&lt;P&gt;2016,201603,15&lt;/P&gt;&lt;P&gt;2016,201604,17&lt;/P&gt;&lt;P&gt;2016,201605,23&lt;/P&gt;&lt;P&gt;2016,201606,18&lt;/P&gt;&lt;P&gt;2016,201607,10&lt;/P&gt;&lt;P&gt;2016,201608,34&lt;/P&gt;&lt;P&gt;2016,201609,29&lt;/P&gt;&lt;P&gt;2016,201610,17&lt;/P&gt;&lt;P&gt;2016,201611,19&lt;/P&gt;&lt;P&gt;2016,201612,24&lt;/P&gt;&lt;P&gt;2017,201701,28&lt;/P&gt;&lt;P&gt;2017,201702,19&lt;/P&gt;&lt;P&gt;2017,201703,20&lt;/P&gt;&lt;P&gt;2017,201704,15&lt;/P&gt;&lt;P&gt;2017,201705,18&lt;/P&gt;&lt;P&gt;2017,201706,28&lt;/P&gt;&lt;P&gt;2017,201707,21&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the calculation with the functions above and rangesum :&lt;/P&gt;&lt;P&gt;Rangesum(above(sum(Value),0,6))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 406px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;sum(Value)&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="210"&gt;Rangesum(above(sum(Value),0,6))&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201601&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201602&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201603&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;49&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201604&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;17&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201605&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;23&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201606&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;18&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;107&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201607&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201608&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;117&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201609&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;29&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;131&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201610&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;17&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;131&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201611&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;19&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;127&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201612&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;24&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;133&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201701&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;151&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201702&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;19&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;136&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201703&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;127&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201704&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;125&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201705&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;18&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;124&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201706&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;128&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;201707&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;21&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;121&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 201707 the calculation is : 21+28+18+15+20+19 = 121.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is i want to show in a line graph only the 2017 year, so i've changed my calculation by:&lt;/P&gt;&lt;P&gt;Rangesum(above(sum({&amp;lt;Year ={"2017"}&amp;gt;}Value),0,6))&lt;/P&gt;&lt;P&gt;But the filter on 2017 exclude my 2016 datas in the calculation so the firsts 6 months are wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a solution to display only the 2017 year in the graph without filter the expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the qvd in attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 08:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343937#M413773</guid>
      <dc:creator />
      <dc:date>2017-08-03T08:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on above function</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343938#M413774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='2017', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,6))) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343938#M413774</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-08-03T15:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on above function</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343939#M413775</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;STRONG&gt;RangeSum(Above(Sum({&amp;lt;Year&amp;gt;}Value),0,6)) * Avg({&amp;lt;Year ={"2017"}&amp;gt;} 1)&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/172412_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343939#M413775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-03T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on above function</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343940#M413776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys, both of your solutions are working on my real case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've spent 1 day to find a solution, you are the best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343940#M413776</guid>
      <dc:creator />
      <dc:date>2017-08-03T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on above function</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343941#M413777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working, thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343941#M413777</guid>
      <dc:creator />
      <dc:date>2017-08-03T15:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on above function</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343942#M413778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Its working, thank you very much.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-on-above-function/m-p/1343942#M413778</guid>
      <dc:creator />
      <dc:date>2017-08-03T15:27:06Z</dc:date>
    </item>
  </channel>
</rss>

