<?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: Differences Rangesum Above in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Differences-Rangesum-Above/m-p/1295432#M404407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem here is the sort order of Fecha EM... If you have QV12, you can use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;STRONG&gt;fabs(sum({&amp;lt;[MSEG.Clase de movimiento_BWART]={'201','221','261'}&amp;gt;} num(MSEG.Cantidad_MENGE)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;avg( &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rangesum( above( sum({$&amp;lt;[Año EM],[Mes EM]&amp;gt;} num(MSEG.Cantidad_MENGE)),0,RowNo())),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Material EM],([Fecha EM], (NUMERIC))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you will have to fix the load order in the script to make this work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2017 15:16:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-07-26T15:16:07Z</dc:date>
    <item>
      <title>Differences Rangesum Above</title>
      <link>https://community.qlik.com/t5/QlikView/Differences-Rangesum-Above/m-p/1295431#M404406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query, I have 2 qvw files that have the same formula (cumulative sums) and but in one it comes out correctly, and in the other it comes out differently I have searched the root of the problem even ordering my table for the accumulated sum But still goes wrong. I hope you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Correct graphic:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171466" alt="correct.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171466_correct.PNG" style="height: 271px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Incorrect graphic:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;IMG __jive_id="171473" alt="Incorrect.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/171473_Incorrect.PNG" style="height: 307px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differences-Rangesum-Above/m-p/1295431#M404406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-26T14:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Differences Rangesum Above</title>
      <link>https://community.qlik.com/t5/QlikView/Differences-Rangesum-Above/m-p/1295432#M404407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem here is the sort order of Fecha EM... If you have QV12, you can use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;STRONG&gt;fabs(sum({&amp;lt;[MSEG.Clase de movimiento_BWART]={'201','221','261'}&amp;gt;} num(MSEG.Cantidad_MENGE)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;avg( &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rangesum( above( sum({$&amp;lt;[Año EM],[Mes EM]&amp;gt;} num(MSEG.Cantidad_MENGE)),0,RowNo())),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Material EM],([Fecha EM], (NUMERIC))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you will have to fix the load order in the script to make this work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differences-Rangesum-Above/m-p/1295432#M404407</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-26T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Differences Rangesum Above</title>
      <link>https://community.qlik.com/t5/QlikView/Differences-Rangesum-Above/m-p/1295433#M404408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differences-Rangesum-Above/m-p/1295433#M404408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-26T15:40:50Z</dc:date>
    </item>
  </channel>
</rss>

