<?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 Table Chart expression total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143651#M22831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why it wouldn't work. It works just fine for me where the columns are calculated expressions. See the attached. Is it possible to post an example of the problem you're seeing? Alternatively, does my example show you that I'm misunderstanding your question, and if so, can you clarify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2009 02:31:07 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2009-05-08T02:31:07Z</dc:date>
    <item>
      <title>Table Chart expression total</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143647#M22827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple table chart containing dimensions and several calculated expressions. I need to total up the expressions (about 18 in total) into another column in the table. numsum does not do the trick. Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 00:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143647#M22827</guid>
      <dc:creator />
      <dc:date>2009-05-08T00:52:26Z</dc:date>
    </item>
    <item>
      <title>Table Chart expression total</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143648#M22828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I'm missing something, but column(1) + column(2) + column(3) + ... + column(18)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 01:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143648#M22828</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-08T01:05:17Z</dc:date>
    </item>
    <item>
      <title>Table Chart expression total</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143649#M22829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't work, I've tried it. the columns are calculated expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 02:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143649#M22829</guid>
      <dc:creator />
      <dc:date>2009-05-08T02:09:02Z</dc:date>
    </item>
    <item>
      <title>Table Chart expression total</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143650#M22830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't matter. Use expression names in place of John's column(n). Or write a new expression like this:&lt;BR /&gt;&amp;lt;expression of column 1&amp;gt; + &amp;lt;expression of column 2&amp;gt; +...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 02:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143650#M22830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-08T02:19:32Z</dc:date>
    </item>
    <item>
      <title>Table Chart expression total</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143651#M22831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why it wouldn't work. It works just fine for me where the columns are calculated expressions. See the attached. Is it possible to post an example of the problem you're seeing? Alternatively, does my example show you that I'm misunderstanding your question, and if so, can you clarify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 02:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143651#M22831</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-08T02:31:07Z</dc:date>
    </item>
    <item>
      <title>Table Chart expression total</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143652#M22832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might not work if some of the columns return nulls - then the whole expression is rendered as null. The way around it is using rangesum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=rangesum(Column(1), Column(2), ..., Column(18))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 02:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143652#M22832</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-08T02:38:33Z</dc:date>
    </item>
    <item>
      <title>Table Chart expression total</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143653#M22833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah! Of course. Good point. That could easily be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 02:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart-expression-total/m-p/143653#M22833</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-05-08T02:41:28Z</dc:date>
    </item>
  </channel>
</rss>

