<?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 Invalid expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-by-Invalid-expression/m-p/1609238#M735682</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are trying to load data with group by cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But wer are getting error as INVALID EXPRESSION.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Purchase_Orders:&lt;BR /&gt;LOAD&lt;BR /&gt;Purch.Doc.,&lt;BR /&gt;Item,&lt;BR /&gt;CoCd,&lt;BR /&gt;"Type",&lt;BR /&gt;D,&lt;BR /&gt;"Created on",&lt;BR /&gt;Vendor,&lt;BR /&gt;POrg,&lt;BR /&gt;PGr,&lt;BR /&gt;Crcy,&lt;BR /&gt;replace(ltrim(replace(Material, '0', ' ')), ' ', 0) as Material,&lt;BR /&gt;Quantity,&lt;BR /&gt;OUn,&lt;BR /&gt;"Net value",&lt;BR /&gt;Business,&lt;BR /&gt;"Inventory as of",&lt;BR /&gt;'DXR'as Flag&lt;BR /&gt;FROM [lib://AttachedFiles/DXR_Open PO's for DXR_7_22_2019.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Header_PO);&lt;/P&gt;&lt;P&gt;join(Purchase_Orders)&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Purch.Doc.,&lt;BR /&gt;Item,&lt;BR /&gt;Schd.,&lt;BR /&gt;Deliv.date,&lt;BR /&gt;Stat.d.dte,&lt;BR /&gt;C,&lt;BR /&gt;Sched.qty.,&lt;BR /&gt;"GR qty",&lt;BR /&gt;// sum(Sched.qty.)-sum("GR qty") as "Open Qty",&lt;BR /&gt;&lt;BR /&gt;sum(Sched.qty.) as sched_QTY,&lt;BR /&gt;&lt;BR /&gt;Issued,&lt;BR /&gt;Business,&lt;BR /&gt;"Inventory as of",&lt;BR /&gt;'DXR'as Flag&lt;BR /&gt;FROM [lib://AttachedFiles/DXR_Open PO's for DXR_7_22_2019.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Detail_PO);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate(Pruned_Unique)&lt;BR /&gt;PO_DXR:&lt;/P&gt;&lt;P&gt;load *&lt;BR /&gt;Resident Purchase_Orders group by Material;&lt;/P&gt;&lt;P&gt;Drop Table Purchase_Orders;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:19:28 GMT</pubDate>
    <dc:creator>krish2459</dc:creator>
    <dc:date>2024-11-16T20:19:28Z</dc:date>
    <item>
      <title>Group by Invalid expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-Invalid-expression/m-p/1609238#M735682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are trying to load data with group by cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But wer are getting error as INVALID EXPRESSION.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Purchase_Orders:&lt;BR /&gt;LOAD&lt;BR /&gt;Purch.Doc.,&lt;BR /&gt;Item,&lt;BR /&gt;CoCd,&lt;BR /&gt;"Type",&lt;BR /&gt;D,&lt;BR /&gt;"Created on",&lt;BR /&gt;Vendor,&lt;BR /&gt;POrg,&lt;BR /&gt;PGr,&lt;BR /&gt;Crcy,&lt;BR /&gt;replace(ltrim(replace(Material, '0', ' ')), ' ', 0) as Material,&lt;BR /&gt;Quantity,&lt;BR /&gt;OUn,&lt;BR /&gt;"Net value",&lt;BR /&gt;Business,&lt;BR /&gt;"Inventory as of",&lt;BR /&gt;'DXR'as Flag&lt;BR /&gt;FROM [lib://AttachedFiles/DXR_Open PO's for DXR_7_22_2019.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Header_PO);&lt;/P&gt;&lt;P&gt;join(Purchase_Orders)&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Purch.Doc.,&lt;BR /&gt;Item,&lt;BR /&gt;Schd.,&lt;BR /&gt;Deliv.date,&lt;BR /&gt;Stat.d.dte,&lt;BR /&gt;C,&lt;BR /&gt;Sched.qty.,&lt;BR /&gt;"GR qty",&lt;BR /&gt;// sum(Sched.qty.)-sum("GR qty") as "Open Qty",&lt;BR /&gt;&lt;BR /&gt;sum(Sched.qty.) as sched_QTY,&lt;BR /&gt;&lt;BR /&gt;Issued,&lt;BR /&gt;Business,&lt;BR /&gt;"Inventory as of",&lt;BR /&gt;'DXR'as Flag&lt;BR /&gt;FROM [lib://AttachedFiles/DXR_Open PO's for DXR_7_22_2019.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Detail_PO);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate(Pruned_Unique)&lt;BR /&gt;PO_DXR:&lt;/P&gt;&lt;P&gt;load *&lt;BR /&gt;Resident Purchase_Orders group by Material;&lt;/P&gt;&lt;P&gt;Drop Table Purchase_Orders;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-Invalid-expression/m-p/1609238#M735682</guid>
      <dc:creator>krish2459</dc:creator>
      <dc:date>2024-11-16T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Group by Invalid expression</title>
      <link>https://community.qlik.com/t5/QlikView/Group-by-Invalid-expression/m-p/1609267#M735683</link>
      <description>&lt;P&gt;Try to list all dimensions not only Material in Group By clause&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 09:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-by-Invalid-expression/m-p/1609267#M735683</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-08-05T09:25:04Z</dc:date>
    </item>
  </channel>
</rss>

