<?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: Load sum group by in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1605992#M636981</link>
    <description>&lt;P&gt;How do we use Where clause for this case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say we have loaded the input&lt;/P&gt;&lt;P&gt;get the sum of sales based on group by customer and month year&lt;/P&gt;&lt;P&gt;After this, I need to see the sales details which are more than 20,000 only&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then how do I apply the Where clause sum(sales)&amp;gt;20,000 for this script&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2019 08:55:56 GMT</pubDate>
    <dc:creator>jagathi</dc:creator>
    <dc:date>2019-07-25T08:55:56Z</dc:date>
    <item>
      <title>Load sum group by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079683#M636976</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;I have a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="231"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="111"&gt;created_at&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="74"&gt;Custaccount&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="46"&gt;total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;04/01/2016 10:11&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C000003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;79,55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;18/01/2016 11:00&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C000003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;103,42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;08/02/2016 11:08&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C000003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;137,77&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;23/02/2016 15:36&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C000003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;133,43&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;01/03/2016 12:34&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C000003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;74,63&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;11/03/2016 12:07&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C000003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;64,46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;11/03/2016 19:36&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C000003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;17,95&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum the total per month and group by custaccount in load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;C00003 jan-16: 182,97€&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C00003 feb-16: 271,20€&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;Many thank's&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;Eduard&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 16:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079683#M636976</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-03-15T16:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load sum group by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079684#M636977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD created_at,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(created_at) as MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Custaccount, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; total&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;test_file.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sum(total) as [Sum of Total]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By MonthYear;&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/118084_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 16:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079684#M636977</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-15T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load sum group by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079685#M636978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Sunny&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The totals did not sum correctly, see attached the project and the excel file&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Many thank's&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 17:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079685#M636978</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-03-15T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load sum group by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079686#M636979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you want it grouped by customer account and MonthYear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join([Customer_sales])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Custaccount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sum(total) as Gasto&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident [Customer_sales]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group by MonthYear, Custaccount;&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/118099_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 17:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079686#M636979</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-15T17:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load sum group by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079687#M636980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yessss perfect!!! many thank's again Sunny....i have another for you see next post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 17:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1079687#M636980</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-03-15T17:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load sum group by</title>
      <link>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1605992#M636981</link>
      <description>&lt;P&gt;How do we use Where clause for this case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say we have loaded the input&lt;/P&gt;&lt;P&gt;get the sum of sales based on group by customer and month year&lt;/P&gt;&lt;P&gt;After this, I need to see the sales details which are more than 20,000 only&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then how do I apply the Where clause sum(sales)&amp;gt;20,000 for this script&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 08:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-sum-group-by/m-p/1605992#M636981</guid>
      <dc:creator>jagathi</dc:creator>
      <dc:date>2019-07-25T08:55:56Z</dc:date>
    </item>
  </channel>
</rss>

