<?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: Calculate accumulated values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335965#M515502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thank. How can I create a 100% stacked bar chart?&lt;IMG alt="AccumulatedValue01.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163199_AccumulatedValue01.JPG" style="width: 620px; height: 187px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 14:50:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-12T14:50:00Z</dc:date>
    <item>
      <title>Calculate accumulated values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335961#M515498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt; color: #000000; font-size: 10pt; mso-ansi-language: EN-US; font-family: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt; color: #000000; font-size: 10pt; mso-ansi-language: EN-US; font-family: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi;"&gt;in a table accumulated values should be calculated. The column Proj contains accumulated values.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; How can column Test calculated?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt; color: #000000; font-size: 10pt; mso-ansi-language: EN-US; font-family: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi;"&gt;The following formula have no function (Column (1)-Column (2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 11.0pt; color: #000000; font-size: 10pt; mso-ansi-language: EN-US; font-family: 'Arial','sans-serif'; mso-bidi-theme-font: minor-bidi;"&gt;Regards Stefan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 13:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335961#M515498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T13:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate accumulated values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335962#M515499</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;Column(1)-RangeSum(Above(Proj, 0, RowNo()))&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/163191_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335962#M515499</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-12T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate accumulated values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335963#M515500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sum(Prod)-sum(Proj)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335963#M515500</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-05-12T14:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate accumulated values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335964#M515501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or change your second expression to be this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Proj, 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no accumulation selected&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/163192_Capture.PNG" style="height: 144px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335964#M515501</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-12T14:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate accumulated values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335965#M515502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thank. How can I create a 100% stacked bar chart?&lt;IMG alt="AccumulatedValue01.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163199_AccumulatedValue01.JPG" style="width: 620px; height: 187px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335965#M515502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate accumulated values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335966#M515503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the logic? Can you share the expected percentage in Excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 15:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-accumulated-values/m-p/1335966#M515503</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-12T15:19:37Z</dc:date>
    </item>
  </channel>
</rss>

