<?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 Calculate a Subtotal for top ten in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227407#M79518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only way I could think of doing this was to use a pivot table. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jul 2010 11:54:49 GMT</pubDate>
    <dc:creator>nathanfurby</dc:creator>
    <dc:date>2010-07-20T11:54:49Z</dc:date>
    <item>
      <title>Calculate a Subtotal for top ten</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227404#M79515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello1&lt;/P&gt;&lt;P&gt;I have a product report ordered by sales value (descending).&lt;/P&gt;&lt;P&gt;I need subtotal for top ten products and all products total.&lt;/P&gt;&lt;P&gt;I dont´t know to obtain this subtotal.&lt;/P&gt;&lt;P&gt;Any one please help me&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 18:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227404#M79515</guid>
      <dc:creator />
      <dc:date>2010-07-19T18:56:50Z</dc:date>
    </item>
    <item>
      <title>Calculate a Subtotal for top ten</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227405#M79516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For top 10 use this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;rangesum(Top(sum(Amount),1,10))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;For all products use this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum(total Amount)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 19:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227405#M79516</guid>
      <dc:creator />
      <dc:date>2010-07-19T19:45:07Z</dc:date>
    </item>
    <item>
      <title>Calculate a Subtotal for top ten</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227406#M79517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me Nick, Thanks for your response.&lt;/P&gt;&lt;P&gt;But, let me explain with more detail.&lt;/P&gt;&lt;P&gt;My report is similar to next report:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Product Rank Sales 2010 Sales 2009&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;E 1 100 90&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;B 2 90 80&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;C 3 80 72&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;A 4 70 86&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;F 5 60 50&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;H 6 50 65&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;M 7 45 40&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Z 8 40 50&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;P 9 35 32&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q 10 30 27&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;SUBTOTAL 600 592&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q 11 25 50&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;X 12 24 30&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;L 13 20 5&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;T 14 10 40&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;TOTAL 679 717&lt;/P&gt;&lt;P&gt;It is ordered by Rank, I used these function.&lt;/P&gt;&lt;P&gt;I need to insert a subtotal row for top ten products (red row).&lt;/P&gt;&lt;P&gt;This is my problem. Could you help me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 21:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227406#M79517</guid>
      <dc:creator />
      <dc:date>2010-07-19T21:10:13Z</dc:date>
    </item>
    <item>
      <title>Calculate a Subtotal for top ten</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227407#M79518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only way I could think of doing this was to use a pivot table. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 11:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227407#M79518</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-07-20T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Calculate a Subtotal for top ten</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227408#M79519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - I did make another change to improve the layout and remove the unecessary dimension for sorting. Forgot to save before uploading. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;Please find the latest version attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 12:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-a-Subtotal-for-top-ten/m-p/227408#M79519</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-07-20T12:07:27Z</dc:date>
    </item>
  </channel>
</rss>

