<?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: % of the column total in Pivot table in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233219#M79110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe Monica. you can now close this discussion by marking the answer right:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 14:44:46 GMT</pubDate>
    <dc:creator>rupamjyotidas</dc:creator>
    <dc:date>2016-12-09T14:44:46Z</dc:date>
    <item>
      <title>% of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233210#M79101</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 have a pivot table with column called Product Category and row called EE Segment.&amp;nbsp; I have created a measure that counts # of Clients by using:&amp;nbsp; count(distinct([Client ID])).&amp;nbsp; This measure gives me # of clients in each Product Category by EE Segment. I also have totals by EE Segment in Pivot table. Now I want to create a measure in the pivot table where I can get % for each Product.&amp;nbsp; i.e #of clients in each Product Category by EE segment/total clients in each EE segment. &lt;/P&gt;&lt;P&gt;Please see attached picture of the pivot table.&lt;/P&gt;&lt;P&gt;I would appreciate if I can get ideas of how to create the measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Monica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233210#M79101</guid>
      <dc:creator />
      <dc:date>2016-12-08T22:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233211#M79102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(DISTINCT [Client ID])/&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(DISTINCT &lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;[&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EE Segment&lt;/SPAN&gt;]&amp;gt;&lt;/SPAN&gt; [Client ID])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233211#M79102</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-08T22:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233212#M79103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome it worked, Thank you Sunny.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 00:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233212#M79103</guid>
      <dc:creator />
      <dc:date>2016-12-09T00:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233213#M79104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you might want to consider the "Qlik" way, which will give you some food for thought on the AGGR function:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT [Client ID])&lt;/STRONG&gt; / AGGR(NODISTINCT &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT [Client ID])&lt;/STRONG&gt;), &lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;[&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;EE Segment&lt;/SPAN&gt;]&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;If the "nodistinct" is not used, Qlik only returns one value at row level, at random, at the node level. The NODISTINCT ensures that the value is in all rows at the node level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 09:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233213#M79104</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2016-12-09T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233214#M79105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curious to know what is so 'Qlik' about using Aggr() function &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. Besides, I have never heard anyone vouch for Aggr() over TOTAL Qualifier &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. Here is a link which goes over the two options, may be useful for OP: &lt;A href="http://www.qliktips.com/2014/11/no-nodistinct.html" title="http://www.qliktips.com/2014/11/no-nodistinct.html"&gt;Qlik Tips: No nodistinct&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 09:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233214#M79105</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T09:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233215#M79106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is absolutely nothing wrong with your solution, it is entirely correct. In v8.5 and v9 your solution was the only way until Qlik introduced the AGGR() function. This is why the quotation marks around "Qlik" when mentioning the '"Qlik" way'. I didn't realised I was vouching for AGGR over TOTAL. I think you might have misread my comment. As noted, the mention of AGGR (and the NODISTINCT) is "food for thought", i.e. it has uses elsewhere. Perhaps you are right. Qlik introduced the AGGR function for no reason at all since TOTAL qualifier exists. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 10:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233215#M79106</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2016-12-09T10:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233216#M79107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologize my response wasn't appropriate. I know you did not say that my expression was incorrect. But what I was trying to get at was the fact that, have you seen any performance benefits of Aggr() over TOTAL Qualifier? I have not done any testing, but from my little experience with QlikView, I have found that Aggr() slows down things. If that's true, why would we use Aggr(), if we can get the same thing using TOTAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to bringing that option, I have no idea why they bring that option. May be because there has been other uses cases where TOTAL Qualifier won't work (like for instance with Rank function).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 10:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233216#M79107</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T10:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233217#M79108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually you are right. Check this: &lt;A href="https://community.qlik.com/thread/35626"&gt;Total vs AGGR()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Total quali is apparently more efficient than AGGR. When I used to teach Qlik on v8.5/9, we (Qlik trainers) taught the 'TOTAL' and when Qlik introduced AGGR, a number of us differentiated the two as "TOTAL" being the 'SQL equivalent of group by' and AGGR the new 'Qlik' way. My bad, I let my own training get in the way. The loss of transmission in written communication could perhaps lead to thinking that by putting quotes around "'Qlik' way" was an allusion to the 'right' way, as opposed to my own doubts as to whether there is a 'better' way for any of our coding - which was the reason for the quotes. I don't profess 'a better way' and I don't need to, as I don't sell Qlik anymore. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&amp;nbsp; Whatever works, works. And in this case, you're entirely right. TOTAL seems like a more resource efficient method. So thank you for sparking up this discussion. Cheerio &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 10:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233217#M79108</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2016-12-09T10:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233218#M79109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its an honor to speak/discuss and learn from someone who has been using and teaching Qlik for a while now. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 10:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233218#M79109</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T10:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233219#M79110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe Monica. you can now close this discussion by marking the answer right:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233219#M79110</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-12-09T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: % of the column total in Pivot table</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233220#M79111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread was opened as a discussion and cannot be marked as correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/of-the-column-total-in-Pivot-table/m-p/1233220#M79111</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T14:48:26Z</dc:date>
    </item>
  </channel>
</rss>

