<?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 Error in resident Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-resident-Load/m-p/1108685#M633968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a below Script which fails in Qlik Sense stating error messages as&amp;nbsp; Invalid Expression please could anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script is as below:&lt;/P&gt;&lt;P&gt;[Data]&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sellg_div_cd,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; District,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMP,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Layer,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prod_NM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRO_Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wk_End&lt;BR /&gt;FROM [lib://Data/Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Non-Retail]);&lt;BR /&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; District,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMP,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Layer,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prod_NM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRO_Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wk_End&lt;BR /&gt;FROM [lib://Data/Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Retail]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[EMP]:&lt;/P&gt;&lt;P&gt;Load EMP, &lt;/P&gt;&lt;P&gt;If(Prod_NM ='ABC' OR Prod_NM='XYZ',Sum(PRO_Baseline))AS DRV_BASELINE,&lt;/P&gt;&lt;P&gt;If(Prod_NM='ABC' or Prod_NM='XYZ',Sum(Current))AS DRV_Current,&lt;/P&gt;&lt;P&gt;If(Prod_NM='PQR',Sum(PRO_Baseline))AS MV_BASELINE,&lt;/P&gt;&lt;P&gt;If(Prod_NM='PQR',Sum(Current))AS MV_Current&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;Order by EMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error I receive while running this code is Invalid Expression.&lt;/P&gt;&lt;P&gt;I am have one excel with Multiple sheets, I need to load data from all sheets into one single table.&lt;/P&gt;&lt;P&gt;I have to take Product ABC and Product XYZ and Get there Sum for baseline values and Current values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I Receive these values there are many more calculations to be done on these values hence need them to be calculated in Script instead Of Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 20:27:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-01T20:27:34Z</dc:date>
    <item>
      <title>Error in resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-resident-Load/m-p/1108685#M633968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a below Script which fails in Qlik Sense stating error messages as&amp;nbsp; Invalid Expression please could anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script is as below:&lt;/P&gt;&lt;P&gt;[Data]&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sellg_div_cd,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; District,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMP,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Layer,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prod_NM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRO_Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wk_End&lt;BR /&gt;FROM [lib://Data/Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Non-Retail]);&lt;BR /&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; District,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMP,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Layer,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prod_NM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRO_Baseline,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wk_End&lt;BR /&gt;FROM [lib://Data/Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Retail]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[EMP]:&lt;/P&gt;&lt;P&gt;Load EMP, &lt;/P&gt;&lt;P&gt;If(Prod_NM ='ABC' OR Prod_NM='XYZ',Sum(PRO_Baseline))AS DRV_BASELINE,&lt;/P&gt;&lt;P&gt;If(Prod_NM='ABC' or Prod_NM='XYZ',Sum(Current))AS DRV_Current,&lt;/P&gt;&lt;P&gt;If(Prod_NM='PQR',Sum(PRO_Baseline))AS MV_BASELINE,&lt;/P&gt;&lt;P&gt;If(Prod_NM='PQR',Sum(Current))AS MV_Current&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;Order by EMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error I receive while running this code is Invalid Expression.&lt;/P&gt;&lt;P&gt;I am have one excel with Multiple sheets, I need to load data from all sheets into one single table.&lt;/P&gt;&lt;P&gt;I have to take Product ABC and Product XYZ and Get there Sum for baseline values and Current values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I Receive these values there are many more calculations to be done on these values hence need them to be calculated in Script instead Of Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 20:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-resident-Load/m-p/1108685#M633968</guid>
      <dc:creator />
      <dc:date>2016-06-01T20:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-resident-Load/m-p/1108686#M633970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[EMP]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EMP,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Prod_NM ='ABC' OR Prod_NM='XYZ',Sum(PRO_Baseline))AS DRV_BASELINE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Prod_NM='ABC' or Prod_NM='XYZ',Sum(Current))AS DRV_Current,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Prod_NM='PQR',Sum(PRO_Baseline))AS MV_BASELINE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Prod_NM='PQR',Sum(Current))AS MV_Current&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Group by &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Prod_NM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Order by EMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 20:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-resident-Load/m-p/1108686#M633970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-01T20:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-resident-Load/m-p/1108687#M633972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[EMP]:&lt;/P&gt;&lt;P&gt;Load EMP,&lt;/P&gt;&lt;P&gt;If(Prod_NM ='ABC' OR Prod_NM='XYZ',Sum(PRO_Baseline))AS DRV_BASELINE,&lt;/P&gt;&lt;P&gt;If(Prod_NM='ABC' or Prod_NM='XYZ',Sum(Current))AS DRV_Current,&lt;/P&gt;&lt;P&gt;If(Prod_NM='PQR',Sum(PRO_Baseline))AS MV_BASELINE,&lt;/P&gt;&lt;P&gt;If(Prod_NM='PQR',Sum(Current))AS MV_Current&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GROUP BY EMP, Prod_NM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Order by EMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[EMP]:&lt;/P&gt;&lt;P&gt;Load EMP,&lt;/P&gt;&lt;P&gt;Sum(If(Prod_NM ='ABC' OR Prod_NM='XYZ',PRO_Baseline))AS DRV_BASELINE,&lt;/P&gt;&lt;P&gt;Sum(If(Prod_NM='ABC' or Prod_NM='XYZ',Current))AS DRV_Current,&lt;/P&gt;&lt;P&gt;Sum(If(Prod_NM='PQR',PRO_Baseline))AS MV_BASELINE,&lt;/P&gt;&lt;P&gt;Sum(If(Prod_NM='PQR',Current))AS MV_Current&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GROUP BY EMP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Order by EMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 07:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-resident-Load/m-p/1108687#M633972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-02T07:29:02Z</dc:date>
    </item>
  </channel>
</rss>

