<?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 expression in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989886#M337420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think he is talking about &lt;STRONG&gt;Count 8 label, &lt;/STRONG&gt;he want to replace it &lt;STRONG&gt;Count 5 in case of 5 dim&lt;/STRONG&gt; and &lt;STRONG&gt;Count 3 in case of 3&lt;/STRONG&gt; dim... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think this would be possible becoz &lt;STRONG&gt;Label of Total would be common for whole table&lt;/STRONG&gt;.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 12:04:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-10T12:04:54Z</dc:date>
    <item>
      <title>Subtotal expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989882#M337416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a table with subtotals as count of rows in table for each dimension value. I believe i can use 'Label for totals' on Presentation tab, but i can only achieve count of rows over whole table, not grouped by dim1. In the example bellow there should be &lt;STRONG&gt;Count 5&lt;/STRONG&gt; and &lt;STRONG&gt;Count 3&lt;/STRONG&gt;, not &lt;STRONG&gt;Count 8&lt;/STRONG&gt; in both rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108607_pastedImage_0.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 10:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989882#M337416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T10:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989883#M337417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=If(Dimensionality() = 1, Count(Aggr(Sum(value), dim1, dim2)), Sum(value))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108624_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 11:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989883#M337417</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989884#M337418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny&amp;nbsp; for your valuable advice, but it is not exactly what i would like to get. In picture bellow I noted which values im not satisfied with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108635_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 12:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989884#M337418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T12:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989885#M337419</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;For this you need to use Dimensionality() function, but this function will not be evaluated in Label. It will work only in expression. So you will not be able to display Count 5 and Count 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 12:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989885#M337419</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-10T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989886#M337420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think he is talking about &lt;STRONG&gt;Count 8 label, &lt;/STRONG&gt;he want to replace it &lt;STRONG&gt;Count 5 in case of 5 dim&lt;/STRONG&gt; and &lt;STRONG&gt;Count 3 in case of 3&lt;/STRONG&gt; dim... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think this would be possible becoz &lt;STRONG&gt;Label of Total would be common for whole table&lt;/STRONG&gt;.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 12:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989886#M337420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989887#M337421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok guys, thanks for your effort, i accept that this should be solved within expression, im going inspect dimensionality() usage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 12:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-expression-in-pivot-table/m-p/989887#M337421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T12:15:08Z</dc:date>
    </item>
  </channel>
</rss>

