<?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: % CALCULATION in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775491#M1044691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right Formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Nov 2015 07:55:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-13T07:55:03Z</dc:date>
    <item>
      <title>% CALCULATION</title>
      <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775485#M1044683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to calculate the % so that 129 should be divide by 154 &amp;amp; 17/154 same for the others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each value should be divide by total of it value&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/72732_pastedImage_1.png" style="width: 620px; height: 394px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775485#M1044683</guid>
      <dc:creator />
      <dc:date>2014-12-04T11:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: % CALCULATION</title>
      <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775486#M1044684</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;Did you try TOTAL key word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Sum( Metrics ) / Sum( TOTAL Metrics )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775486#M1044684</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-04T11:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: % CALCULATION</title>
      <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775487#M1044685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your expression for K is Sum(Sales), then to calculate percentage use Sum(Sales) / Sum(Total Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775487#M1044685</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-04T11:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: % CALCULATION</title>
      <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775488#M1044686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shwetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In expression tab of chart properties add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(sales)/sum(Total Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Number tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tick the checkbox show in percent option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have % calculation and display percent in the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775488#M1044686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-04T12:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: % CALCULATION</title>
      <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775489#M1044687</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;Sum(K)/Sum( Total &amp;lt;Dimension1&amp;gt;&amp;lt;Dimension2&amp;gt; K).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775489#M1044687</guid>
      <dc:creator />
      <dc:date>2014-12-04T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: % CALCULATION</title>
      <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775490#M1044689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;It works only with &amp;lt;Dimension2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum(K)/Sum(Total &amp;lt;Dimension2&amp;gt; K) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;is right expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775490#M1044689</guid>
      <dc:creator />
      <dc:date>2014-12-04T12:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: % CALCULATION</title>
      <link>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775491#M1044691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right Formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 07:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALCULATION/m-p/775491#M1044691</guid>
      <dc:creator />
      <dc:date>2015-11-13T07:55:03Z</dc:date>
    </item>
  </channel>
</rss>

