<?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: Aggregation Help in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042328#M350712</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;Kindly check my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mithilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Apr 2016 10:01:21 GMT</pubDate>
    <dc:creator>mithilesh17</dc:creator>
    <dc:date>2016-04-03T10:01:21Z</dc:date>
    <item>
      <title>Aggregation Help in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042327#M350711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in a chart where I have to show the value and percentage of value on group total. I have attached the sample file. Presently percentage is showing only on 3 rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 09:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042327#M350711</guid>
      <dc:creator>pkpandey</dc:creator>
      <dc:date>2016-04-03T09:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation Help in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042328#M350712</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;Kindly check my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mithilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042328#M350712</guid>
      <dc:creator>mithilesh17</dc:creator>
      <dc:date>2016-04-03T10:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation Help in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042329#M350713</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;But all the items not showing in the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;PKP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042329#M350713</guid>
      <dc:creator>pkpandey</dc:creator>
      <dc:date>2016-04-03T10:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation Help in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042330#M350714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would steer you away from Aggr() function as they take a toll on performance. You can try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Value)/Sum(TOTAL &amp;lt;Group&amp;gt;Value)&lt;/STRONG&gt;&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/120334_Capture.PNG" style="height: 227px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042330#M350714</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-03T10:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation Help in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042331#M350715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the chart, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Value)/Sum(Aggr(Sum(TOTAL &amp;lt;Group&amp;gt; Value),Group, Item))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120335_Capture.PNG" style="height: 270px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Help-in-Chart/m-p/1042331#M350715</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-03T10:43:32Z</dc:date>
    </item>
  </channel>
</rss>

