<?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 Group by function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1656935#M729917</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement group by function in script, but it is coming as invalid expression.&lt;/P&gt;&lt;P&gt;Could you please help me to solve this issue.&lt;/P&gt;&lt;P&gt;Please find the attached source file and qvw file.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gayathri Devi&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:42:57 GMT</pubDate>
    <dc:creator>gayathridevi24</dc:creator>
    <dc:date>2024-11-16T01:42:57Z</dc:date>
    <item>
      <title>Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1656935#M729917</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement group by function in script, but it is coming as invalid expression.&lt;/P&gt;&lt;P&gt;Could you please help me to solve this issue.&lt;/P&gt;&lt;P&gt;Please find the attached source file and qvw file.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gayathri Devi&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1656935#M729917</guid>
      <dc:creator>gayathridevi24</dc:creator>
      <dc:date>2024-11-16T01:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1656951#M729919</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Tri This :&lt;/P&gt;&lt;P&gt;LOAD NAME,&lt;BR /&gt;SUM(SALES),&lt;BR /&gt;NO&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\BSLKGULDU2\Desktop\qlik\check group by.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1) Group by &lt;STRONG&gt;NO,NAME&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 09:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1656951#M729919</guid>
      <dc:creator>fredericmante</dc:creator>
      <dc:date>2019-12-12T09:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1656997#M729921</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Group by always work with Resident.&lt;/P&gt;&lt;P&gt;Use something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;LOAD NAME,&lt;BR /&gt;SUM(SALES),&lt;BR /&gt;NO&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\BSLKGULDU2\Desktop\qlik\check group by.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1) ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FinalTable:&lt;BR /&gt;Load&lt;BR /&gt;Name,&lt;BR /&gt;SUM(SALES),&lt;BR /&gt;NO&lt;BR /&gt;Resident Table Group by NO;&lt;/P&gt;&lt;P&gt;Drop Table Table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 11:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1656997#M729921</guid>
      <dc:creator>Shahzad_Ahsan</dc:creator>
      <dc:date>2019-12-12T11:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1659530#M729923</link>
      <description>&lt;P&gt;Gayathri, did either of the posts help you with your issue?&amp;nbsp; If so, do not forget to return to the post and use the Accept as Solution button on the post(s) that helped, as this gives the poster credit for the assistance and it also lets other Community Members know what worked.&lt;/P&gt;
&lt;P&gt;Also including Help link, which does have some examples toward the bottom that may help too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Load.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Load.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 20:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1659530#M729923</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-19T20:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Group by function</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1659555#M729924</link>
      <description>&lt;P&gt;Your Group By must list all fields in the LOAD that you are not aggregating. So in your case it would be:&lt;/P&gt;&lt;P&gt;Group By NO, NAME&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 21:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-function/m-p/1659555#M729924</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-12-19T21:51:38Z</dc:date>
    </item>
  </channel>
</rss>

