<?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: Invalid expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Invalid-expression/m-p/1869475#M71799</link>
    <description>&lt;P&gt;did you try to comment out parts of the script to narrow down the statement that generates this error (if the error message itself does not point to the right spot)?&lt;/P&gt;</description>
    <pubDate>Sun, 12 Dec 2021 18:51:27 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2021-12-12T18:51:27Z</dc:date>
    <item>
      <title>Invalid expression</title>
      <link>https://community.qlik.com/t5/App-Development/Invalid-expression/m-p/1869454#M71796</link>
      <description>&lt;P&gt;Can someone assist me?&lt;/P&gt;
&lt;P&gt;why do I keep getting&amp;nbsp;Invalid expressions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TempSalesNew:&lt;BR /&gt;LOAD&lt;BR /&gt;ItemID,&lt;BR /&gt;Date ("Date",'DD/MM/YYYY') as Date,&lt;BR /&gt;CampaignID,&lt;BR /&gt;DocumentNumber,&lt;BR /&gt;StoreHanut as StoreCode, &lt;BR /&gt;TotalPriceBeforVat,&lt;BR /&gt;Time("Time",'hh:mm:ss') as Time,&lt;BR /&gt;SalesmanID,&lt;BR /&gt;Quantity, &lt;BR /&gt;if (Quantity&amp;lt;0,1,0)as 'Return flag'&lt;BR /&gt;FROM [lib://DBF/SalesNew.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;Left Join (TempSalesNew)&lt;BR /&gt;LOAD&lt;BR /&gt;CampaignID,&lt;BR /&gt;Name as CampaignName&lt;BR /&gt;FROM [lib://DBF/Campaigns.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;SalesNew:&lt;BR /&gt;LOAD&lt;BR /&gt;ItemID,&lt;BR /&gt;Date,&lt;BR /&gt;CampaignID,&lt;BR /&gt;DocumentNumber,&lt;BR /&gt;StoreCode,&lt;BR /&gt;StoreCode &amp;amp;'|'&amp;amp; ItemID as key,&lt;BR /&gt;TotalPriceBeforVat,&lt;BR /&gt;"Time",&lt;BR /&gt;SalesmanID,&lt;BR /&gt;Quantity, &lt;BR /&gt;if (Quantity&amp;lt;0,1,0)as 'Return flag',&lt;BR /&gt;if(isNull (CampaignName),'No Campaign',CampaignName) as CampaignName&lt;BR /&gt;&lt;BR /&gt;Resident TempSalesNew;&lt;BR /&gt;Drop Table TempSalesNew;&lt;/P&gt;
&lt;P&gt;/////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;SalesNewTEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;ItemID,&lt;BR /&gt;"Date",&lt;BR /&gt;CampaignID,&lt;BR /&gt;DocumentNumber,&lt;BR /&gt;StoreHanut as StoreCode,&lt;BR /&gt;TotalPriceBeforVat,&lt;BR /&gt;"Time",&lt;BR /&gt;SalesmanID,&lt;BR /&gt;Quantity&lt;BR /&gt;FROM [lib://DBF/SalesNew.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;Left Join(SalesNewTEMP)&lt;BR /&gt;load &lt;BR /&gt;"Store" as StoreCode,&lt;BR /&gt;ItemkeyName as ItemID,&lt;BR /&gt;CurrentStockValue/CurrentStock as ItemAlut&lt;BR /&gt;FROM [lib://DBF/Stock.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Left Join(SalesNewTEMP)&lt;BR /&gt;load &lt;BR /&gt;ItemkeyName as ItemID,&lt;BR /&gt;Avg(CurrentStockValue/CurrentStock) as ItemNetworkAlut&lt;BR /&gt;FROM [lib://DBF/Stock.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;Group by;&lt;/P&gt;
&lt;P&gt;Sales:&lt;BR /&gt;LOAD&lt;BR /&gt;*,&lt;BR /&gt;if(isnull(ItemNetworkAlut),0,&lt;BR /&gt;if(Isnull(ItemAlut),ItemNetworkAlut,ItemAlut)) as AlutFinal&lt;BR /&gt;resident SalesNewTEMP;&lt;BR /&gt;Drop Table SalesNewTEMP;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 12:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Invalid-expression/m-p/1869454#M71796</guid>
      <dc:creator>AmirKilkr</dc:creator>
      <dc:date>2021-12-12T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression</title>
      <link>https://community.qlik.com/t5/App-Development/Invalid-expression/m-p/1869475#M71799</link>
      <description>&lt;P&gt;did you try to comment out parts of the script to narrow down the statement that generates this error (if the error message itself does not point to the right spot)?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 18:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Invalid-expression/m-p/1869475#M71799</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-12T18:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid expression</title>
      <link>https://community.qlik.com/t5/App-Development/Invalid-expression/m-p/1869508#M71802</link>
      <description>&lt;P&gt;can u check in group by function...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anat_0-1639370636748.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68435iBBAEAACC2493652A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anat_0-1639370636748.png" alt="anat_0-1639370636748.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 04:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Invalid-expression/m-p/1869508#M71802</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2021-12-13T04:44:05Z</dc:date>
    </item>
  </channel>
</rss>

