<?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: Row wise Sum after Multiplication. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48565#M776837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you remove Product (IPL) from dimension then you will get 7 only even if you select Total Mode as sum of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am using Qliksense. Can't we do something in such manner that will get 4 without Aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 12:11:32 GMT</pubDate>
    <dc:creator>sarfaraz_sheikh</dc:creator>
    <dc:date>2018-04-17T12:11:32Z</dc:date>
    <item>
      <title>Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48561#M776833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the sum of rows after multiplication without aggregation . below is the example for clear level understanding.&lt;/P&gt;&lt;P&gt;I have below two columns &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[9LE Bulk] &lt;/STRONG&gt; &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[No of CR Pack On] &lt;/STRONG&gt; which gets multiply and result will be your &lt;STRONG&gt;[Core Sold On premise] Column.&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I am getting the expected result by using AGGR function but i do not want to use it as it is slowing down the performance while loading the chart at front end.&amp;nbsp; I cannot shift it to back end also because both&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;[9LE Bulk]&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &amp;amp; &lt;STRONG style="font-size: 13.3333px;"&gt;[No of CR Pack On] &lt;/STRONG&gt;operating different dates columns on which user is making selection.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want to do something in front end without aggregation and help would be much appreciated.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[9LE Bulk]&lt;/STRONG&gt; =&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count({&amp;lt;NumDateKey={"&amp;gt;=$(=vFromDate9LEBulk)&amp;lt;=$(=vToDate)"},FLAG={2,3},&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Secondary Diff to Primary Flag]={0,1}&amp;gt;} Distinct [9LE Bulk])&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[No of CR Pack On]&lt;/STRONG&gt; =&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum({&amp;lt;[BDE Visit Frequency]-={'000','NO CALL','VIRTUAL'},[Secondary Diff to Primary Flag]={0,1},&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Valid from]={"$(=vValidFrom)"},[Valid to]={"2958465"}&amp;gt;}[No of CR Bulk on])&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Core Sold On Premise]&lt;/STRONG&gt;&amp;nbsp; = &lt;STRONG style="font-size: 13.3333px;"&gt;[9LE Bulk]&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; * &lt;STRONG style="font-size: 13.3333px;"&gt;[No of CR Pack On]&amp;nbsp; -------------Without Aggregation &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Core Sold On Premise]&amp;nbsp; = Sum(Aggr(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[9LE Bulk]&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; * &lt;STRONG style="font-size: 13.3333px;"&gt;[No of CR Pack On],Outlet,Product(IPL)))&amp;nbsp; -------------WithAggregation &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Without Aggregation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sna2 with Aggregation.png" class="jive-image image-1" src="/legacyfs/online/199858_Sna2 with Aggregation.png" style="height: 253px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;With Aggregation:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snap 1(Without Aggregation).png" class="jive-image image-2" src="/legacyfs/online/199872_Snap 1(Without Aggregation).png" style="height: 248px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; QVW is also attached here for your reference based on sample data not on real time data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48561#M776833</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48562#M776834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you multiplying them or adding them? multiplying 1 with 0 gives 0, but you have 1 as the output?&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/199869_Capture.PNG" style="height: 190px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 11:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48562#M776834</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T11:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48563#M776835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing multiplication only .....you are viwing wrong column ....Please look at last column which is the actual result .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 11:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48563#M776835</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2018-04-17T11:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48564#M776836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still a little confused, but may be that is because you mentioned that the output was in Core Range on Premise... anyways... coming back the issue... the only thing which you need Sum(Aggr(...)) for is to get the totals right... otherwise everything else is working? Why don't you use Sum of Rows for total mode as you seem to be using a straight table here?&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/199881_Capture.PNG" style="height: 215px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48564#M776836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T12:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48565#M776837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you remove Product (IPL) from dimension then you will get 7 only even if you select Total Mode as sum of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am using Qliksense. Can't we do something in such manner that will get 4 without Aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48565#M776837</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2018-04-17T12:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48566#M776838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it would be possible to do this without the aggregation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48566#M776838</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T12:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48567#M776839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data is huge ......and its taking time to much to load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway let me try from my end.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ ; &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ ; &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&amp;nbsp; Please comment &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48567#M776839</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2018-04-17T12:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48568#M776840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48568#M776840</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T12:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48569#M776841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody please help me on this ?? Its on high priority and got stuck here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ ; &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&amp;nbsp; please comment &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 08:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48569#M776841</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2018-04-18T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48570#M776842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any specific reason to avoid Aggregation over measure? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 08:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48570#M776842</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-04-18T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise Sum after Multiplication.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48571#M776843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For performance Optimization .....Its taking long time for processing while reloading chart as i have 10+ crores of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 09:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-Sum-after-Multiplication/m-p/48571#M776843</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2018-04-18T09:09:10Z</dc:date>
    </item>
  </channel>
</rss>

