<?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: SQl Select and Load help with Aggregation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464520#M173520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The below works but I need the summed up later in a LOAD statment to accumulate the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(qty_invoiced) AS invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(extension) AS invoice_line_misc_amount &lt;/P&gt;&lt;P&gt;FROM PUB."ivc_mchgs"&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; line_nbr; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later in script I summ up some values and I receive an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found invoice_line_misc_amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;IF(invoice_line_misc_amount&amp;gt;0,IF(invoice_type='5602',(inv_line_amount + invoice_line_misc_amount)*-1,(inv_line_amount + invoice_line_misc_amount)*1), &lt;/P&gt;&lt;P&gt; IF(inv_line_amount&amp;gt;0,IF(invoice_type='5602',(inv_line_amount)*-1,(inv_line_amount)*1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(invoice_type='5602',(invoice_amt + misc_chg_amt)*-1,(invoice_amt + misc_chg_amt)*1))) AS invoice_dol,&lt;/P&gt;&lt;P&gt;IF(invoice_line_misc_amount&amp;gt;0,IF(invoice_type='5602',(extension + invoice_line_misc_amount)*-1,(extension + invoice_line_misc_amount)*1),&lt;/P&gt;&lt;P&gt; IF(extension&amp;gt;0,IF(invoice_type='5602',(extension)*-1,(extension)*1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(invoice_type='5602',(invoice_amt + misc_chg_amt)*-1,(invoice_amt + misc_chg_amt)*1))) AS invoice_line_extension,&lt;/P&gt;&lt;P&gt;IF(invoice_type='5602',line_lbs_invoiced*-1,line_lbs_invoiced*1) AS lbs_invoiced,&lt;/P&gt;&lt;P&gt;IF(invoice_type='5602',invoice_cost_db*-1,invoice_cost_db*1) AS invoice_cost&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident ivc_header;&lt;/P&gt;&lt;P&gt;drop table ivc_header;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 13:14:44 GMT</pubDate>
    <dc:creator>dthornburg</dc:creator>
    <dc:date>2013-05-16T13:14:44Z</dc:date>
    <item>
      <title>SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464513#M173513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone tell me how I can correct the below load statement. The error I get is incoice_line_misc_qty is not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD "invoice_nbr",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "line_nbr", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "charge_id" AS invoice_line_misc_charge_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_line_misc_amount;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; charge_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(qty_invoiced) AS invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(extension) AS invoice_line_misc_amount &lt;/P&gt;&lt;P&gt;FROM PUB."ivc_mchgs"&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; "invoice_nbr",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "line_nbr",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "charge_id"; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 20:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464513#M173513</guid>
      <dc:creator>dthornburg</dc:creator>
      <dc:date>2013-05-15T20:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464514#M173514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for typos. &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;in&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;c&lt;/STRONG&gt;&lt;/SPAN&gt;oice_line_misc_qty: incoice or invoice? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Qlikview is case sensitive so check that your using the same case senstive field names. &lt;/P&gt;&lt;P&gt;And try removing the preceding load to check that the sql select actually returns records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 06:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464514#M173514</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-16T06:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464515#M173515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No typos in script. There was one in my original post. Sorry about that. It is possible that there are no records because this is a misc. invoice table but it should still process. Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SQL select works fine without the load statement. The issue I am hving is I need invoice_line_misc_qty later in the script for calculations. How can I load the summed up quantities into a load statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 11:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464515#M173515</guid>
      <dc:creator>dthornburg</dc:creator>
      <dc:date>2013-05-16T11:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464516#M173516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I don't know why the preceding load doesn't work. It looks correct to me. But you shouldn't need the preceding load if all you want to do is rename fields. The original field name is used in the group by afaik. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; charge_id &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;STRONG&gt;AS invoice_line_misc_charge_id&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(qty_invoiced) AS invoice_line_misc_qty,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(extension) AS invoice_line_misc_amount&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM PUB."ivc_mchgs"&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;GROUP BY&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp; "invoice_nbr",&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp; "line_nbr",&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp; "charge_id";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 12:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464516#M173516</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-16T12:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464517#M173517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I removed the charge_id. Do not really need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current load statement works but is not what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD "invoice_nbr",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "line_nbr", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qty_invoiced" AS invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extension" AS invoice_line_misc_amount;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty_invoiced,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension &lt;/P&gt;&lt;P&gt;FROM PUB."ivc_mchgs";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add the sum function which is what I am after I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found invoice_line_misc_qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script that does not work:&lt;/P&gt;&lt;P&gt;LOAD "invoice_nbr",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "line_nbr", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_line_misc_amount;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(qty_invoiced) AS invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(extension) AS invoice_line_misc_amount &lt;/P&gt;&lt;P&gt;FROM PUB."ivc_mchgs"&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; line_nbr;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty_invoiced,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I comment out the load statement it works but I cannot use the summed up values later in my script. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 12:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464517#M173517</guid>
      <dc:creator>dthornburg</dc:creator>
      <dc:date>2013-05-16T12:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464518#M173518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you remove preceding load, what is the field name?&amp;nbsp; Is it invoice_line_misc_qty, or maybe INVOICE_LINE_MISC_QTY?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 13:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464518#M173518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464519#M173519</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;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(qty_invoiced)&amp;nbsp; AS invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(extension)&amp;nbsp; AS invoice_line_misc_amount&lt;/P&gt;&lt;P&gt;GROUP BY invoice_nbr, line_nbr; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty_invoiced,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension &lt;/P&gt;&lt;P&gt;FROM PUB."ivc_mchgs";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 13:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464519#M173519</guid>
      <dc:creator />
      <dc:date>2013-05-16T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464520#M173520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The below works but I need the summed up later in a LOAD statment to accumulate the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(qty_invoiced) AS invoice_line_misc_qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(extension) AS invoice_line_misc_amount &lt;/P&gt;&lt;P&gt;FROM PUB."ivc_mchgs"&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; invoice_nbr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; line_nbr; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later in script I summ up some values and I receive an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found invoice_line_misc_amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;IF(invoice_line_misc_amount&amp;gt;0,IF(invoice_type='5602',(inv_line_amount + invoice_line_misc_amount)*-1,(inv_line_amount + invoice_line_misc_amount)*1), &lt;/P&gt;&lt;P&gt; IF(inv_line_amount&amp;gt;0,IF(invoice_type='5602',(inv_line_amount)*-1,(inv_line_amount)*1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(invoice_type='5602',(invoice_amt + misc_chg_amt)*-1,(invoice_amt + misc_chg_amt)*1))) AS invoice_dol,&lt;/P&gt;&lt;P&gt;IF(invoice_line_misc_amount&amp;gt;0,IF(invoice_type='5602',(extension + invoice_line_misc_amount)*-1,(extension + invoice_line_misc_amount)*1),&lt;/P&gt;&lt;P&gt; IF(extension&amp;gt;0,IF(invoice_type='5602',(extension)*-1,(extension)*1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(invoice_type='5602',(invoice_amt + misc_chg_amt)*-1,(invoice_amt + misc_chg_amt)*1))) AS invoice_line_extension,&lt;/P&gt;&lt;P&gt;IF(invoice_type='5602',line_lbs_invoiced*-1,line_lbs_invoiced*1) AS lbs_invoiced,&lt;/P&gt;&lt;P&gt;IF(invoice_type='5602',invoice_cost_db*-1,invoice_cost_db*1) AS invoice_cost&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident ivc_header;&lt;/P&gt;&lt;P&gt;drop table ivc_header;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 13:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464520#M173520</guid>
      <dc:creator>dthornburg</dc:creator>
      <dc:date>2013-05-16T13:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Select and Load help with Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464521#M173521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked great. Thank you. Out of curosity; Which is the more efficent? Having the group by in load statement or SQL statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 13:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Select-and-Load-help-with-Aggregation/m-p/464521#M173521</guid>
      <dc:creator>dthornburg</dc:creator>
      <dc:date>2013-05-16T13:22:40Z</dc:date>
    </item>
  </channel>
</rss>

