<?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 Getting a Column SUM in a Chart Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1596758#M44119</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Is there a way to use a function to get the sum of a specific column in a chart table?&lt;/P&gt;&lt;P&gt;As shown below, the dimension is the different persons, and columnA is a calculated measure for each dimension entity. In columnB I want to get the SUM of the previous column.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik_table.JPG" style="width: 486px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14553i60ECDE857368DEBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik_table.JPG" alt="qlik_table.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2019 12:21:24 GMT</pubDate>
    <dc:creator>aljaztoman</dc:creator>
    <dc:date>2019-06-27T12:21:24Z</dc:date>
    <item>
      <title>Getting a Column SUM in a Chart Table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1596758#M44119</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Is there a way to use a function to get the sum of a specific column in a chart table?&lt;/P&gt;&lt;P&gt;As shown below, the dimension is the different persons, and columnA is a calculated measure for each dimension entity. In columnB I want to get the SUM of the previous column.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik_table.JPG" style="width: 486px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14553i60ECDE857368DEBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik_table.JPG" alt="qlik_table.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 12:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1596758#M44119</guid>
      <dc:creator>aljaztoman</dc:creator>
      <dc:date>2019-06-27T12:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Column SUM in a Chart Table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1596760#M44120</link>
      <description>&lt;P&gt;Try with TOTAL, like:&lt;/P&gt;&lt;P&gt;Sum (&lt;STRONG&gt;Total&lt;/STRONG&gt; Sales)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//assuming your first col expression is '&lt;EM&gt;sum(Sales)'&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 12:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1596760#M44120</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-06-27T12:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Column SUM in a Chart Table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1596786#M44125</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It is actually a very complex calculation and getting a total with a single equation wouldnt work for me, because i have individually set max values for each person - therefore it is necessary for me to somehow reference the actual value in the field of the table.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 13:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1596786#M44125</guid>
      <dc:creator>aljaztoman</dc:creator>
      <dc:date>2019-06-27T13:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Column SUM in a Chart Table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1597181#M44158</link>
      <description>&lt;P&gt;I have found a solution using RangeSum() of the previous column, and then selecting the last field of the new column with top() as the value i want.&lt;/P&gt;&lt;P&gt;Still open for any other solutions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik_13.JPG" style="width: 808px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14634iD60895432B45A0D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik_13.JPG" alt="qlik_13.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 10:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1597181#M44158</guid>
      <dc:creator>aljaztoman</dc:creator>
      <dc:date>2019-06-28T10:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a Column SUM in a Chart Table</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1737648#M56418</link>
      <description>&lt;P&gt;or you can ues :bottom(columnC)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 07:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-a-Column-SUM-in-a-Chart-Table/m-p/1737648#M56418</guid>
      <dc:creator>Bernice_xjn</dc:creator>
      <dc:date>2020-08-21T07:57:42Z</dc:date>
    </item>
  </channel>
</rss>

