<?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: percentages on stacked chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037141#M464634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the difference between the two charts in the image below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121720_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Top image is using Relative and the bottom one uses this expression -&amp;gt; &lt;STRONG&gt;=Sum(Value)/Sum(TOTAL &amp;lt;Dim1&amp;gt; Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script used:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim1, Dim2, Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, C, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, D, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, C, 15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, D, 12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 18:51:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-14T18:51:12Z</dc:date>
    <item>
      <title>percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037136#M464629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i have a stacked bar chart, where i want to display percentages insread of values on the data points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total bar value is 100% and every color represents its contribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease find the attached picture.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037136#M464629</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-04-14T18:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037137#M464630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming this is what your current expression is -? Sum(Sales), try changing it to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Sales)/Sum(TOTAL &amp;lt;FirstDimensionHere&amp;gt; Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037137#M464630</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T18:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037138#M464631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to check the relative in the expression?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121714_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037138#M464631</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2016-04-14T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037139#M464632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relative with two dimensions is probably going to calculate the percentage based on the total which probably won't work for Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037139#M464632</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T18:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037140#M464633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may not understand what exactly you mean, however, I just tested out a simple example with 2 dimensions and it is based out the total of first dimension when checking relative.(which i think it is your set analysis means)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037140#M464633</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2016-04-14T18:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037141#M464634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the difference between the two charts in the image below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121720_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Top image is using Relative and the bottom one uses this expression -&amp;gt; &lt;STRONG&gt;=Sum(Value)/Sum(TOTAL &amp;lt;Dim1&amp;gt; Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script used:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim1, Dim2, Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, C, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, D, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, C, 15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, D, 12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037141#M464634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T18:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037142#M464635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really Thanq verymuch for your time and patience brother.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application, the stacked chart is comprised of 2 expressions.&lt;/P&gt;&lt;P&gt;I think that's the reason.&lt;/P&gt;&lt;P&gt;Let me share the application please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037142#M464635</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-04-14T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037143#M464636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For two expression you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression1/RangeSum(Expression1, Expression2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression2:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Expression2/RangeSum(Expression1, Expression2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace Expression1 and Expression2 with your existing Expressions in your chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037143#M464636</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T19:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037144#M464637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanq Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037144#M464637</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-04-14T19:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037145#M464638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all Mark &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037145#M464638</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T19:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: percentages on stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037146#M464639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah... i did not understand what the OP wants. Thanks for the clarification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 20:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentages-on-stacked-chart/m-p/1037146#M464639</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2016-04-14T20:18:20Z</dc:date>
    </item>
  </channel>
</rss>

