<?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 sum(column) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447258#M166872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;I need to calculate the sum of a column and put it in an other one.&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jun 2013 13:59:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-06T13:59:49Z</dc:date>
    <item>
      <title>sum(column)</title>
      <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447258#M166872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;I need to calculate the sum of a column and put it in an other one.&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 13:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-column/m-p/447258#M166872</guid>
      <dc:creator />
      <dc:date>2013-06-06T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: sum(column)</title>
      <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447259#M166873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the column name is for example COLXX (where you compute sum(nn)) then in the other column you can wrire&lt;/P&gt;&lt;P&gt;[COLXX] having, in this way the same result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-column/m-p/447259#M166873</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-06-06T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: sum(column)</title>
      <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447260#M166874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't get it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;I created a table with 2 columns and one dimension &lt;/P&gt;&lt;P&gt;dimension= product&lt;/P&gt;&lt;P&gt;column1= quantity&lt;/P&gt;&lt;P&gt;column2=quantity/ sum(column1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it doesn't work for the 2nd column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-column/m-p/447260#M166874</guid>
      <dc:creator />
      <dc:date>2013-06-06T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: sum(column)</title>
      <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447261#M166875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;column2=quantity/ [column1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syntax for column is column(n) where n is the number of expression starting from 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-column/m-p/447261#M166875</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-06-06T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: sum(column)</title>
      <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447262#M166876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;syntax error&lt;/P&gt;&lt;P&gt;it doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-column/m-p/447262#M166876</guid>
      <dc:creator />
      <dc:date>2013-06-06T14:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: sum(column)</title>
      <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447263#M166877</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quantity/ sum(TOTAL quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 15:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-column/m-p/447263#M166877</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-06-06T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: sum(column)</title>
      <link>https://community.qlik.com/t5/QlikView/sum-column/m-p/447264#M166878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 16:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-column/m-p/447264#M166878</guid>
      <dc:creator />
      <dc:date>2013-06-06T16:18:58Z</dc:date>
    </item>
  </channel>
</rss>

