<?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: Group By and Sum on Excel import to load script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Group-By-and-Sum-on-Excel-import-to-load-script/m-p/1700571#M53645</link>
    <description>&lt;P&gt;Thanks that did the trick &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 06:57:20 GMT</pubDate>
    <dc:creator>LordGrim</dc:creator>
    <dc:date>2020-05-11T06:57:20Z</dc:date>
    <item>
      <title>Group By and Sum on Excel import to load script</title>
      <link>https://community.qlik.com/t5/App-Development/Group-By-and-Sum-on-Excel-import-to-load-script/m-p/1699721#M53586</link>
      <description>&lt;P&gt;I want to add a Group By for 'Part_Number' and Sum for 'Sale'. Happy to do with SQL but on an Excel import that option does not appear. Can someone show me how and where to apply that clause in the script below? I do not want to do front end as a measure.&lt;/P&gt;&lt;P&gt;Thankyou&lt;BR /&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Part_Number,&lt;BR /&gt;STATUS,&lt;BR /&gt;Sale&lt;BR /&gt;&lt;BR /&gt;FROM [lib://SALES/Sales_Log.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is SalesExportsLog) WHERE STATUS Like 'Confirmed';&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-By-and-Sum-on-Excel-import-to-load-script/m-p/1699721#M53586</guid>
      <dc:creator>LordGrim</dc:creator>
      <dc:date>2024-11-16T02:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Group By and Sum on Excel import to load script</title>
      <link>https://community.qlik.com/t5/App-Development/Group-By-and-Sum-on-Excel-import-to-load-script/m-p/1699794#M53596</link>
      <description>&lt;P&gt;In Qlik, and also in other languages, you'll have to provide the variables in the group by clause you want to group to.&lt;/P&gt;&lt;P&gt;Keep the initial load.&lt;/P&gt;&lt;P&gt;[TmpTable]:&lt;BR /&gt;LOAD&lt;BR /&gt;Part_Number,&lt;BR /&gt;STATUS,&lt;BR /&gt;Sale&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://SALES/Sales_Log.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is SalesExportsLog)&lt;/SPAN&gt;&lt;BR /&gt;Where STATUS Like 'Confirmed';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[GroupedTable]:&lt;BR /&gt;LOAD&lt;BR /&gt;Part_Number,&lt;BR /&gt;STATUS,&lt;BR /&gt;Sum(Sale) as TotalSale&lt;BR /&gt;Resident TmpTable&lt;BR /&gt;Group By Part_Number,STATUS,Sale;&lt;/P&gt;&lt;P&gt;Drop Table TmpTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Required for group by is an aggregation function like Sum()&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 12:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-By-and-Sum-on-Excel-import-to-load-script/m-p/1699794#M53596</guid>
      <dc:creator>klikgevoel</dc:creator>
      <dc:date>2020-05-07T12:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Group By and Sum on Excel import to load script</title>
      <link>https://community.qlik.com/t5/App-Development/Group-By-and-Sum-on-Excel-import-to-load-script/m-p/1700571#M53645</link>
      <description>&lt;P&gt;Thanks that did the trick &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 06:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-By-and-Sum-on-Excel-import-to-load-script/m-p/1700571#M53645</guid>
      <dc:creator>LordGrim</dc:creator>
      <dc:date>2020-05-11T06:57:20Z</dc:date>
    </item>
  </channel>
</rss>

