<?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: Can there be a SUM() function in the Preceding Load? It is not working for me. If not, why is that not allowed? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018650#M344889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use any aggregation in the load script; sum, count, max etc, there must be a "group by" clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2016 08:56:55 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2016-03-18T08:56:55Z</dc:date>
    <item>
      <title>Can there be a SUM() function in the Preceding Load? It is not working for me. If not, why is that not allowed?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018646#M344885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can there be a SUM() function in the Preceding Load? It is not working for me. If not, why is that not allowed?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018646#M344885</guid>
      <dc:creator />
      <dc:date>2016-03-17T20:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can there be a SUM() function in the Preceding Load? It is not working for me. If not, why is that not allowed?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018647#M344886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can have Sum (with a group by statement) in preceding load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 08:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018647#M344886</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T08:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can there be a SUM() function in the Preceding Load? It is not working for me. If not, why is that not allowed?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018648#M344887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can write in preceding load. see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/87749"&gt;Benefit of using Preceding load ..&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 08:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018648#M344887</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-18T08:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can there be a SUM() function in the Preceding Load? It is not working for me. If not, why is that not allowed?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018649#M344888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can. You have to just be careful about the Group By clause. Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales) as TotalSales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Country;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 08:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018649#M344888</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-18T08:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can there be a SUM() function in the Preceding Load? It is not working for me. If not, why is that not allowed?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018650#M344889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use any aggregation in the load script; sum, count, max etc, there must be a "group by" clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 08:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-there-be-a-SUM-function-in-the-Preceding-Load-It-is-not/m-p/1018650#M344889</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-03-18T08:56:55Z</dc:date>
    </item>
  </channel>
</rss>

