<?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: Show numbers as Percentage in Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117073#M766739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;try something like&lt;/P&gt;&lt;P&gt;Sum(Order_Value)/Sum(total &amp;lt;month&amp;gt; Order_Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2018 07:14:54 GMT</pubDate>
    <dc:creator>olivierrobin</dc:creator>
    <dc:date>2018-07-06T07:14:54Z</dc:date>
    <item>
      <title>Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117071#M766737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table that shows order numbers like this.&lt;/P&gt;&lt;P&gt;The expression is Sum(Order_Value)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207139_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I want to create another table that shows weekly numbers as % of total for each month. the representation (in Excel) looks like shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/207140_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with the expression that needs to be used to make this work&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/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117071#M766737</guid>
      <dc:creator>vksthkkr</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117072#M766738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you attach the sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117072#M766738</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-06T07:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117073#M766739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;try something like&lt;/P&gt;&lt;P&gt;Sum(Order_Value)/Sum(total &amp;lt;month&amp;gt; Order_Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117073#M766739</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-07-06T07:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117074#M766740</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;You need to use aggr function to get the percentage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like:&amp;nbsp; sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Order_Value&lt;/SPAN&gt;) / aggr(Total Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Order_Value&lt;/SPAN&gt;),Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117074#M766740</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2018-07-06T07:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117075#M766741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attached app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117075#M766741</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-06T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117076#M766742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the logic to show percentage in the second table?&lt;/P&gt;&lt;P&gt;It is not clear how you calculated? Can you explain how you got 16% for 2017-Apr for W-2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 08:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117076#M766742</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-06T08:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117077#M766743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a pretty straight forward app.&lt;/P&gt;&lt;P&gt;It calculates the share of every week versus the total revenue by month...&lt;/P&gt;&lt;P&gt;It was what vikash asked for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 08:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117077#M766743</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-06T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117078#M766744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2017-Week1 :16+17+13=46 But your value is 45. How?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 09:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117078#M766744</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-06T09:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117079#M766745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;being a level 9 forum member means that you can easily understand the calculations on the second table of my app and i find it weird that you want me to explain to you this calculation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Revenue)/Sum(TOTAL&amp;lt;Year,Month&amp;gt;Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 06 Jul 2018 10:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117079#M766745</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-06T10:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show numbers as Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117080#M766746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I was looking for.&lt;/P&gt;&lt;P&gt;Thanks a bunch for the example document! &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, 06 Jul 2018 11:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-numbers-as-Percentage-in-Pivot-Table/m-p/117080#M766746</guid>
      <dc:creator>vksthkkr</dc:creator>
      <dc:date>2018-07-06T11:33:02Z</dc:date>
    </item>
  </channel>
</rss>

