<?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: Total column in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337446#M821866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Location &amp;amp; ' Count: ' &amp;amp; Aggr(Count(DISTINCT{&amp;lt;Qty = {'Y'}&amp;gt;}[Branch No]), Product, Location)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172272_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 17:13:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-02T17:13:59Z</dc:date>
    <item>
      <title>Total column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337440#M821860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pivot table with a dimension set to horizontal. &lt;/P&gt;&lt;P&gt;I want the TOTAL column by counting all the YES values for both dimensions. I did this by enabling show partial sum on the 2nd dimension, how how can i &lt;STRONG&gt;count&lt;/STRONG&gt;(BranchNo) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also, i want this TOTAL column to sit vertically beside the Location dimension. I am not sure how to achieve this.&lt;/SPAN&gt;&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;Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337440#M821860</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337441#M821861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Suraj,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Maybe you can try the following expression, it will sum the Y and N.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Yes:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Qty = 'Y',count( Qty))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;No:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Qty = 'Y',count( Qty))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hope that helps.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 14:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337441#M821861</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2017-08-02T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Total column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337442#M821862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want only Y and N for the chart expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I only want the count in the TOTAL column.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 14:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337442#M821862</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2017-08-02T14:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Total column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337443#M821863</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;Please find the attached. hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 14:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337443#M821863</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-08-02T14:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Total column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337444#M821864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i didn't explain my requirement properly.&lt;/P&gt;&lt;P&gt;I don't want to change my existing expressions in the chart.&lt;/P&gt;&lt;P&gt;I only wan to have a new column that tells the total count of 'Y' values, beside the location column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;IMG __jive_id="172254" alt="yes.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172254_yes.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 15:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337444#M821864</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2017-08-02T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Total column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337445#M821865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172271_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337445#M821865</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-02T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Total column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337446#M821866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Location &amp;amp; ' Count: ' &amp;amp; Aggr(Count(DISTINCT{&amp;lt;Qty = {'Y'}&amp;gt;}[Branch No]), Product, Location)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172272_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 17:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-column-in-pivot-table/m-p/1337446#M821866</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-02T17:13:59Z</dc:date>
    </item>
  </channel>
</rss>

