<?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 How to get the correct sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-correct-sum/m-p/301876#M111725</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;Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL&amp;lt;Month&amp;gt; ValueField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 12:48:25 GMT</pubDate>
    <dc:creator>stephencredmond</dc:creator>
    <dc:date>2012-01-24T12:48:25Z</dc:date>
    <item>
      <title>How to get the correct sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-correct-sum/m-p/301875#M111724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello all.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I need to get a table of values with each row containing a column with the sum for the family in the respective month and another column with the sum for all families within the month.&lt;/DIV&gt;&lt;DIV&gt;Example:&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px; border-collapse: collapse;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="border: 0px windowtext; width: 48pt; height: 12.75pt; background-color: transparent;" width="64"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border: 0px windowtext; width: 48pt; background-color: transparent;" width="64"&gt;&lt;STRONG style="color: #000000;"&gt;Family&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border: 0px windowtext; width: 48pt; background-color: transparent;" width="64"&gt;&lt;STRONG style="color: #000000;"&gt;Sum&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border: 0px windowtext; width: 48pt; background-color: transparent;" width="64"&gt;&lt;STRONG style="color: #000000;"&gt;Sum(2)&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="border: 0px windowtext; height: 12.75pt; background-color: transparent;"&gt;&lt;STRONG&gt;Jan&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;EM style="color: #000000;"&gt;Meat&lt;/EM&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;25&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="border: 0px windowtext; height: 12.75pt; background-color: transparent;"&gt;&lt;STRONG&gt;Jan&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;EM style="color: #000000;"&gt;Fish&lt;/EM&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;25&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="border: 0px windowtext; height: 12.75pt; background-color: transparent;"&gt;&lt;STRONG&gt;Jan&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;EM style="color: #000000;"&gt;Vegetables&lt;/EM&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;25&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="border: 0px windowtext; height: 12.75pt; background-color: transparent;"&gt;&lt;STRONG&gt;Feb&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;EM style="color: #000000;"&gt;Meat&lt;/EM&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;15&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;32&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="border: 0px windowtext; height: 12.75pt; background-color: transparent;"&gt;&lt;STRONG&gt;Feb&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;EM style="color: #000000;"&gt;Fish&lt;/EM&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;7&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;32&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="border: 0px windowtext; height: 12.75pt; background-color: transparent;"&gt;&lt;STRONG&gt;Feb&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;EM style="color: #000000;"&gt;Vegetables&lt;/EM&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px windowtext; background-color: transparent;"&gt;&lt;SPAN style="color: #000000;"&gt;32&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;I can get the values for "Sum", but i don't know how to do it for "Sum(2)".&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Joaquim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 12:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-correct-sum/m-p/301875#M111724</guid>
      <dc:creator />
      <dc:date>2012-01-24T12:42:15Z</dc:date>
    </item>
    <item>
      <title>How to get the correct sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-correct-sum/m-p/301876#M111725</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;Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL&amp;lt;Month&amp;gt; ValueField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 12:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-correct-sum/m-p/301876#M111725</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-01-24T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the correct sum</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-correct-sum/m-p/301877#M111726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you Stephen.&lt;/P&gt;&lt;P&gt;It was simple as that.&lt;/P&gt;&lt;P&gt;Joaquim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-correct-sum/m-p/301877#M111726</guid>
      <dc:creator />
      <dc:date>2012-01-24T14:39:46Z</dc:date>
    </item>
  </channel>
</rss>

