<?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: how to add within pivot? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438040#M163298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´ve tried but it doesn´t work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 13:38:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-08T13:38:03Z</dc:date>
    <item>
      <title>how to add within pivot?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438037#M163295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve created a pivot table in QlikView and would like to calculate the difference between the subtotals (see attached excel).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to define the expression in QlikView? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 10:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438037#M163295</guid>
      <dc:creator />
      <dc:date>2013-05-08T10:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to add within pivot?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438038#M163296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use expression Colmn1 - Column2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 11:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438038#M163296</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-05-08T11:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to add within pivot?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438039#M163297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;add&amp;nbsp; Dimensionality()&amp;nbsp; as&amp;nbsp; an extra expression .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() &amp;gt; 0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; col1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; col2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensionality() indicates the level of subtotals in pivot tables. For example, if you have a pivot table with dimensions A, B, C&amp;nbsp; and D, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the expressions will have a dimensionality of 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subtotals for D will have a dimensionality of 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subtotals for C will have a dimensionality of 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subtotals for B will have a dimensionality of 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subtotals for A will have a dimensionality of 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the grand total will have a dimensionality of 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows you to tailor the expression to the return the correct value for the totals if you need something other than simple subtotals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 12:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438039#M163297</guid>
      <dc:creator />
      <dc:date>2013-05-08T12:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to add within pivot?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438040#M163298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´ve tried but it doesn´t work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 13:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-within-pivot/m-p/438040#M163298</guid>
      <dc:creator />
      <dc:date>2013-05-08T13:38:03Z</dc:date>
    </item>
  </channel>
</rss>

