<?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 Subtotals / Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256908#M97139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Bjorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps: Goto Properties-&amp;gt; Presentaion -&amp;gt; Select DinDym2 and check the box Show Partial Sums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know if you tried this, but this should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2011 12:11:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-01T12:11:10Z</dc:date>
    <item>
      <title>Subtotals / Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256907#M97138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got two dynamic dimensions in my pivot and want to get the subtotals for the second dimension.&lt;/P&gt;&lt;P&gt;Mhh, i think with a sample it's easier to understand:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My pivot looks like that:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Total_Pic_1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/4881_Total_Pic_1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;And I want to get this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Total_Pic_2.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/4882_Total_Pic_2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Björn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 11:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256907#M97138</guid>
      <dc:creator />
      <dc:date>2011-06-01T11:49:25Z</dc:date>
    </item>
    <item>
      <title>Subtotals / Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256908#M97139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Bjorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps: Goto Properties-&amp;gt; Presentaion -&amp;gt; Select DinDym2 and check the box Show Partial Sums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know if you tried this, but this should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 12:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256908#M97139</guid>
      <dc:creator />
      <dc:date>2011-06-01T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Subtotals / Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256909#M97140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes I tried this, but the output is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Total_Pic_3.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/4884_Total_Pic_3.jpg" /&gt;&lt;/P&gt;&lt;P&gt;But my goal is to get the totals for the Devils on the one hand, and the totals for the Angels on the other hand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 12:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256909#M97140</guid>
      <dc:creator />
      <dc:date>2011-06-01T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Subtotals / Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256910#M97141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Jonas,&lt;/P&gt;&lt;P&gt;Pivot tables are really powerful and a bit tricky sometimes to use, as totalling mostly depends on the Dimensions you are selecting. Try this, move the dimension DynDim2 before DynDim and get rid of Val. If this doesnt work then you might need a calculated dimension or an expression which should be if(DynDim2 = Devils, sum()) and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 12:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotals-Dimension/m-p/256910#M97141</guid>
      <dc:creator />
      <dc:date>2011-06-01T12:55:37Z</dc:date>
    </item>
  </channel>
</rss>

