<?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: Use full accumulation in a calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054369#M464520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find a document attached observe the expressions and sort tab in the second table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 07:40:41 GMT</pubDate>
    <dc:creator>kkkumar82</dc:creator>
    <dc:date>2016-04-19T07:40:41Z</dc:date>
    <item>
      <title>Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054365#M464516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New to Qlikview. I wanted to use running totals using full accumulation based on Dimensions and use this column in another column expression but its using the original values. Based on some suggestions from the community I used RangeSum but it's not working as expected.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;[Cum Rec Qty] = R&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;angesum&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;total&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;rec_qty&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please see the screenshot. [Cum Rec Qty] should be running total of Receipts group by &amp;lt;cc_edate, plant, material&amp;gt; that is correctly calculated in column [CRqty] with Full Accumulation. I want to use [Cum Rec Qty] in another expression.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;RL&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121950_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 02:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054365#M464516</guid>
      <dc:creator />
      <dc:date>2016-04-19T02:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054366#M464517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that accumulated column used the expression you posted, I think it should work.&lt;/P&gt;&lt;P&gt;Could you post a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 07:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054366#M464517</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-19T07:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054367#M464518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to refer this calculation in the same chart, you could simply use it's label '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Cum Rec Qty]&lt;/SPAN&gt;' to refer it. Like:&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;= [Cum Rec Qty] * 100&amp;nbsp; , should work fine. However, if you are looking to refer it in other object, you would probably have to use complex expression with Aggr().&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 07:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054367#M464518</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-04-19T07:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054368#M464519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the sort tab for the first dimension of your chart add the sort expression as below and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Rank(TOTAL Sum(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;rec_qty&lt;/SPAN&gt;)),cc_edate,plant,material)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 07:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054368#M464519</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-19T07:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054369#M464520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find a document attached observe the expressions and sort tab in the second table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 07:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054369#M464520</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-19T07:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054370#M464521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kumar and Tresesco. You suggestions didn't work. I wanted to use expression with accumulation in anothor expression. Please have a look at my example carefully. If I use full accumulation property of the expression [CRqty], I cannot use that in another expression. [Cum Rec Qty] has no accumulation but the expression is not working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am expecting [Cum Rec Qty] with no accumulation show values same as [CRqty].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone with better suggections please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 13:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054370#M464521</guid>
      <dc:creator />
      <dc:date>2016-04-19T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054371#M464522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible to share you application? Also are you using QV12?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054371#M464522</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-19T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use full accumulation in a calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054372#M464523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using V11.20 SR12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the application...It's a wip document. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-full-accumulation-in-a-calculation/m-p/1054372#M464523</guid>
      <dc:creator />
      <dc:date>2016-04-19T15:36:44Z</dc:date>
    </item>
  </channel>
</rss>

