<?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: Totals function (sum) for bar chart? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/1588855#M43153</link>
    <description>&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;I am facing the same issue, somehow it is not working despite using Sum(Aggr), can you please advise?&lt;/P&gt;&lt;P&gt;When I change to Sum in Total Function in the table is correct number but in the chart it is not excluding as it should.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;IF(SUM(AGGR($(vPrice),[pn])) &amp;gt; SUM(AGGR($(vContrPrice),[pn]))&lt;BR /&gt;or SUM(AGGR($(vPrice),[pn])) = SUM(AGGR($(vContrPrice),[pn])),&lt;/P&gt;&lt;P&gt;FABS(SUM(AGGR($(vP_Lost_Test),[pn]))))&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2019 07:46:04 GMT</pubDate>
    <dc:creator>Fiorrie</dc:creator>
    <dc:date>2019-06-06T07:46:04Z</dc:date>
    <item>
      <title>Totals function (sum) for bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/83549#M5582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik's communites,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get bar chart to show Total Sum like on the right value 143,382.54 (yellow highlighted). Of course this is on a table which can be change with the totals functions so it will not reflect sum of GRA 195,374.61 (yellow highlighted).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="85" src="https://community.qlik.com/legacyfs/online/203291_pastedImage_0.png" style="width: 742.254px; height: 85px;" width="742" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/203292_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;But in bar chart we're not given Totals function and the sum is 195,374.61. So how can I done this in bar chart or modification to my expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" height="188" src="https://community.qlik.com/legacyfs/online/203293_pastedImage_2.png" style="width: 752px; height: 188px;" width="752" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/83549#M5582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Totals function (sum) for bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/83550#M5583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Currency = 'THB', Sum(Goods_Receipt_Amount)*vThaiRate, Sum(Goods_Receipt_Amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;, Sub_Category, Currency))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, look here&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm" title="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/NestedAggregations/sum-of-rows-pivot-tables.htm"&gt;http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/NestedAggregations/sum-of-rows…&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link is for pivot table, but is applicable for other charts also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 11:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/83550#M5583</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-24T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Totals function (sum) for bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/83551#M5584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeap, like the other question, same formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 00:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/83551#M5584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-25T00:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Totals function (sum) for bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/1588855#M43153</link>
      <description>&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;I am facing the same issue, somehow it is not working despite using Sum(Aggr), can you please advise?&lt;/P&gt;&lt;P&gt;When I change to Sum in Total Function in the table is correct number but in the chart it is not excluding as it should.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;IF(SUM(AGGR($(vPrice),[pn])) &amp;gt; SUM(AGGR($(vContrPrice),[pn]))&lt;BR /&gt;or SUM(AGGR($(vPrice),[pn])) = SUM(AGGR($(vContrPrice),[pn])),&lt;/P&gt;&lt;P&gt;FABS(SUM(AGGR($(vP_Lost_Test),[pn]))))&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 07:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-function-sum-for-bar-chart/m-p/1588855#M43153</guid>
      <dc:creator>Fiorrie</dc:creator>
      <dc:date>2019-06-06T07:46:04Z</dc:date>
    </item>
  </channel>
</rss>

