<?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: Adding a % in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407353#M486555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the total keyword:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(No_Customers)/sum(total No_Customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to overall total but over a dimension you use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(No_Customers)/sum(total &amp;lt;Status&amp;gt; No_Customers)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=sum(No_Customers)/sum(total &amp;lt;Month&amp;gt; No_Customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 13:35:25 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-05T13:35:25Z</dc:date>
    <item>
      <title>Adding a % in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407349#M486551</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;Kind of a newbie into Qlikview and can't seem to find this answer anywhere else, so i'm hoping some of you can send me in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add a percent in a pivot table showing the percent of customers in each group - compared to the total customers. I have attached a sample doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Flemming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 09:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407349#M486551</guid>
      <dc:creator />
      <dc:date>2013-03-05T09:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a % in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407350#M486552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the chart properties of Pivot table and Use Number tab and change the "Number format Settings" to Fixed to and give 2 as decimal and check the check box Show in Percentage%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 09:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407350#M486552</guid>
      <dc:creator />
      <dc:date>2013-03-05T09:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a % in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407351#M486553</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;Thats a part of the problem, but how do i get QV to measure the total amount of customers inside a group... i have tried with a set analysis but it does not seems to do the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407351#M486553</guid>
      <dc:creator />
      <dc:date>2013-03-05T10:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a % in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407352#M486554</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;If you want to show % symbol after ant exp use below code.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;No_Customers&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; '%' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; And in numbers tab check show in %&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 13:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407352#M486554</guid>
      <dc:creator />
      <dc:date>2013-03-05T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a % in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407353#M486555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the total keyword:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(No_Customers)/sum(total No_Customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to overall total but over a dimension you use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(No_Customers)/sum(total &amp;lt;Status&amp;gt; No_Customers)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=sum(No_Customers)/sum(total &amp;lt;Month&amp;gt; No_Customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 13:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407353#M486555</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-05T13:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a % in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407354#M486556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot... that worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-in-a-pivot-table/m-p/407354#M486556</guid>
      <dc:creator />
      <dc:date>2013-03-05T14:12:39Z</dc:date>
    </item>
  </channel>
</rss>

