<?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 Percentage calculation on dimension subtotal in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227160#M79297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it but the results is the same!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2010 17:48:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-29T17:48:29Z</dc:date>
    <item>
      <title>Percentage calculation on dimension subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227158#M79295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I have this scenario:&lt;/P&gt;&lt;P&gt;In a pivot table with 2 dimensions ("line" and "sector") and the following definition as expression:&lt;/P&gt;&lt;P&gt;=Sum(ImportoOrdinatoRiga) / sum(total ImportoOrdinatoRiga)&lt;/P&gt;&lt;P&gt;the above expression give me the percentage on "line" dimension total (grand total), while I need the percentage on the "sector" dimension total.&lt;/P&gt;&lt;P&gt;How can i achieve it?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 17:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227158#M79295</guid>
      <dc:creator />
      <dc:date>2010-01-29T17:35:55Z</dc:date>
    </item>
    <item>
      <title>Percentage calculation on dimension subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227159#M79296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum(ImportoOrdinatoRiga) / sum(total &amp;lt;sector&amp;gt; ImportoOrdinatoRiga)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That should give you the percentage of the sector. The denominator will be the sector total.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 17:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227159#M79296</guid>
      <dc:creator />
      <dc:date>2010-01-29T17:37:24Z</dc:date>
    </item>
    <item>
      <title>Percentage calculation on dimension subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227160#M79297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it but the results is the same!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 17:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227160#M79297</guid>
      <dc:creator />
      <dc:date>2010-01-29T17:48:29Z</dc:date>
    </item>
    <item>
      <title>Percentage calculation on dimension subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227161#M79298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same? That seems odd. What order are your dimensions in?&lt;/P&gt;&lt;P&gt;I actually think you'll need to use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum(ImportoOrdinatoRiga) / sum(total &amp;lt;line,sector&amp;gt; ImportoOrdinatoRiga)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But the original expression shouldn't have given you the same value as your expression. Try it with just the total sum as an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 18:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227161#M79298</guid>
      <dc:creator />
      <dc:date>2010-01-29T18:16:54Z</dc:date>
    </item>
    <item>
      <title>Percentage calculation on dimension subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227162#M79299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE style="margin:0px;"&gt;Please use this&lt;BR /&gt;&lt;BR /&gt;=Sum(ImportoOrdinatoRiga) / sum(total &amp;lt;line&amp;gt; ImportoOrdinatoRiga)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2010 04:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227162#M79299</guid>
      <dc:creator />
      <dc:date>2010-01-31T04:26:35Z</dc:date>
    </item>
    <item>
      <title>Percentage calculation on dimension subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227163#M79300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use the same concept in a bar chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 18:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-calculation-on-dimension-subtotal/m-p/227163#M79300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-11T18:28:21Z</dc:date>
    </item>
  </channel>
</rss>

