<?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: Expression issue in aggregation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1655697#M448236</link>
    <description>&lt;P&gt;Did either of the posts help you resolve your question?&amp;nbsp; If so, be sure to return to the thread and use the Accept as Solution button on the post(s) that helped.&amp;nbsp; This will give credit to the poster and let other Community Members know what worked.&amp;nbsp; If you still require further assistance, leave an update.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 22:45:04 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-12-09T22:45:04Z</dc:date>
    <item>
      <title>Expression issue in aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1651646#M447882</link>
      <description>&lt;P&gt;Hi Exports,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have small issue on Multiplication .i have two tables like sales_file and price_file like below.&lt;/P&gt;&lt;P&gt;Country&amp;nbsp; &amp;nbsp; &amp;nbsp; SAPcode&amp;nbsp; &amp;nbsp; &amp;nbsp;year&amp;nbsp; &amp;nbsp; &amp;nbsp; Month&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sales&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Country&amp;nbsp; &amp;nbsp; &amp;nbsp; SAPcode&amp;nbsp; &amp;nbsp; &amp;nbsp;year&amp;nbsp; &amp;nbsp; &amp;nbsp; Month&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Price&lt;/P&gt;&lt;P&gt;AE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12345&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2019&amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12345&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2019&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;AE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23456&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2019&amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;23456&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2019&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Normal Process:-&lt;/STRONG&gt;Normally if we load the data and create the expression like sum(sales)* sum(price) result is = 30*5&amp;nbsp; =150&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Required Process:-&lt;/STRONG&gt;but my requirement is in 2019 Jan month sales is 10 and same year same month price is 2 then multiply like 10*2 =20&lt;/P&gt;&lt;P&gt;same way second month also&amp;nbsp;in 2019 Feb month sales is 20 and same year same month price is 3 then multiply like 20*3=60.&lt;/P&gt;&lt;P&gt;Normal expression is giving like below result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&amp;nbsp; &amp;nbsp; Value(sum(sales) * Sum(Price))&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Country&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 150&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80&amp;nbsp; (Expected Result)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;kindly give me any suggestion how to achieve .&lt;/P&gt;&lt;P&gt;I have attached sample application please find the same.&lt;/P&gt;&lt;P&gt;Thank you very much in advance........&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1651646#M447882</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2024-11-16T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression issue in aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1651647#M447883</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;kindly give any one of&amp;nbsp; the suggestion last one month on wards i am struggling the same issue .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me .&lt;/P&gt;&lt;P&gt;Thanks in advance......&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 02:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1651647#M447883</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2019-11-27T02:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression issue in aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1651968#M447918</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;kindly give any one of&amp;nbsp; the suggestion last one month on wards i am struggling the same issue .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me .&lt;/P&gt;&lt;P&gt;Thanks in advance......&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 16:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1651968#M447918</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2019-11-27T16:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression issue in aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1652034#M447925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you need to do this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum( sales * price)&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 21:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1652034#M447925</guid>
      <dc:creator>patilamay</dc:creator>
      <dc:date>2019-11-27T21:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression issue in aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1652239#M447937</link>
      <description>&lt;P&gt;Since you are just taking the country as a dimension you doing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum(amount)* sum( price) will be&amp;nbsp; &amp;nbsp;30*5 = 150&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum(amount * price) will be&amp;nbsp; ( 10*2 + 20*3) =&amp;nbsp; 80&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hence try&amp;nbsp;sum(amount * price)&amp;nbsp; if you are taking just one dimension which is not giving the granular details of each row&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 11:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1652239#M447937</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2019-11-28T11:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression issue in aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1655697#M448236</link>
      <description>&lt;P&gt;Did either of the posts help you resolve your question?&amp;nbsp; If so, be sure to return to the thread and use the Accept as Solution button on the post(s) that helped.&amp;nbsp; This will give credit to the poster and let other Community Members know what worked.&amp;nbsp; If you still require further assistance, leave an update.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 22:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-issue-in-aggregation/m-p/1655697#M448236</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-09T22:45:04Z</dc:date>
    </item>
  </channel>
</rss>

