<?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: Sum Total Column() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096188#M364155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Sem título.png" class="jive-image image-1" src="/legacyfs/online/117029_Sem título.png" style="height: 498px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seria isso que está procurando?&lt;/P&gt;&lt;P&gt;se não for, poste o arquivo para melhor entendimento!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2016 20:07:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-04T20:07:06Z</dc:date>
    <item>
      <title>Sum Total Column()</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096187#M364154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to sum a column()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column(1) - is equal to&amp;nbsp; =Column(2) + Column(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With column(4) , I want to sum total column(1) * percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with =Sum(Total column(1)) * Percentage, this didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 20:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096187#M364154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-04T20:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Total Column()</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096188#M364155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Sem título.png" class="jive-image image-1" src="/legacyfs/online/117029_Sem título.png" style="height: 498px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seria isso que está procurando?&lt;/P&gt;&lt;P&gt;se não for, poste o arquivo para melhor entendimento!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 20:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096188#M364155</guid>
      <dc:creator />
      <dc:date>2016-03-04T20:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Total Column()</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096189#M364156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didn't work... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 20:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096189#M364156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-04T20:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Total Column()</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096190#M364157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, not sure what you are trying to do, but why not something like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column 4 =&lt;EM&gt; (sum([Field_Column_2]) +&amp;nbsp; sum([Field_Column_3])) * percentage&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If what you need is the fixed total from column 1, could also store the total sum from Column2 and Column3 into a variable and then multiply that by the percentage field to get column4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 21:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096190#M364157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-04T21:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Total Column()</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096191#M364158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK Sum function doesn't work with column as it expects real expression. See if this sample can help.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117069_Capture.JPG" style="height: 144px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Mar 2016 08:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Total-Column/m-p/1096191#M364158</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-05T08:58:52Z</dc:date>
    </item>
  </channel>
</rss>

