<?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: subtotal for calicuated row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528847#M197704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help, Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, the expression in actual chart is [sum(cost2)/sum(number2)*sum(number1)].&lt;/P&gt;&lt;P&gt;(I just dropped 'sum' from the label.) So it's not the problem of lack of "sum".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your chart, the total for [sum(cost2)/sum(number2)*sum(number1)] is 5.76&lt;/P&gt;&lt;P&gt;but what I want to show is 13.00(4.00+8.00+1.00).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not nessesary to use "show the partial total"&amp;nbsp; if I can get the subtotal correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any ideas to achive this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2013 04:05:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-27T04:05:51Z</dc:date>
    <item>
      <title>subtotal for calcuated row</title>
      <link>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528844#M197701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with subtotal.　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the chart below.&lt;/P&gt;&lt;P&gt;In this chart, I use "Show Partial Sums" to get the total of each columns.&lt;/P&gt;&lt;P&gt;subtotal for column1 to column4 is calculated correctly (ex. 96000+96000=192000 for column1)&lt;/P&gt;&lt;P&gt;but subtotl for column5 is not.&lt;/P&gt;&lt;P&gt;I want to sum up each rows in Column5 ([2644+1886+1597+2259=8686])&lt;/P&gt;&lt;P&gt;but it shows the calculated result of [(Cost2/Number2)*Number1] for total line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the subtotal for column5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="50849" alt="subtotal.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50849_subtotal.png" style="width: 620px; height: 357px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 02:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528844#M197701</guid>
      <dc:creator />
      <dc:date>2013-12-27T02:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: subtotal for calicuated row</title>
      <link>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528845#M197702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naho,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem occur because you are taking directly the column name in your expression.&lt;/P&gt;&lt;P&gt;But for getting the 'Show Partial Sum', you have to use sum in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Expression,it will work out for you : &lt;/P&gt;&lt;P&gt;(Sum(Cost2)/Sum(Number2))* sum(Number1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 03:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528845#M197702</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2013-12-27T03:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: subtotal for calicuated row</title>
      <link>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528846#M197703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="Pivot.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50848_Pivot.png" style="width: 620px; height: 95px;" /&gt;Sum(Cost2/Number2* Number1).&amp;nbsp; I believe this will result in the correct total in the bottom.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 03:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528846#M197703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-27T03:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: subtotal for calicuated row</title>
      <link>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528847#M197704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help, Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, the expression in actual chart is [sum(cost2)/sum(number2)*sum(number1)].&lt;/P&gt;&lt;P&gt;(I just dropped 'sum' from the label.) So it's not the problem of lack of "sum".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your chart, the total for [sum(cost2)/sum(number2)*sum(number1)] is 5.76&lt;/P&gt;&lt;P&gt;but what I want to show is 13.00(4.00+8.00+1.00).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not nessesary to use "show the partial total"&amp;nbsp; if I can get the subtotal correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any ideas to achive this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 04:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528847#M197704</guid>
      <dc:creator />
      <dc:date>2013-12-27T04:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: subtotal for calicuated row</title>
      <link>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528848#M197705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the last column in the image above.&amp;nbsp; It is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum(Cost2/Number2* Number1).&amp;nbsp; That will give you 13 and not 5.76.&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum(Cost2)/Sum(Number2)* sum(Number1) will yield 5.76.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Remove the extra sums and sum the entire equation.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Attached is the QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 04:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528848#M197705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-27T04:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: subtotal for calicuated row</title>
      <link>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528849#M197706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I understand. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 05:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/subtotal-for-calcuated-row/m-p/528849#M197706</guid>
      <dc:creator />
      <dc:date>2013-12-27T05:14:55Z</dc:date>
    </item>
  </channel>
</rss>

