<?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: Hello Everyone,Stucked on a task. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490455#M183184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you explain the error? Means what type of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 10:13:25 GMT</pubDate>
    <dc:creator>qliksus</dc:creator>
    <dc:date>2013-11-07T10:13:25Z</dc:date>
    <item>
      <title>Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490452#M183181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to use scripting like as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; PlannedProduction as PP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PlannedRecieves as PR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PreviousStockonHand,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PreviousStockonHand+PlannedProduction+PlannedRecieves-Forecast as ProjectedStockOnHand&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Table where PeriodId='1' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store data into E:\Poornima\forecastAnalysis\data.qvd(qvd);&lt;/P&gt;&lt;P&gt;drop Table data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD PP, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PR, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreviousStockonHand, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProjectedStockOnHand&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;data.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; PlannedProduction as PP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PlannedRecieves as PR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProjectedStockOnHand as PreviousStockonHand,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PreviousStockonHand+PlannedProduction+PlannedRecieves-Forecast as ProjectedStockOnHand&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Table where PeriodId='2' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i want to store the ProjectedStockOnHand for period 1 in PreviousStockonHand for period 2 .. and then concatenate both the tables.&lt;/P&gt;&lt;P&gt;Showing Problem, is there any way to solve it?&lt;/P&gt;&lt;P&gt;Thanks in Advance and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 08:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490452#M183181</guid>
      <dc:creator />
      <dc:date>2013-11-07T08:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490453#M183182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What error you are getting?&lt;/P&gt;&lt;P&gt;1)if you your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PeriodId&lt;/SPAN&gt; is integer, the try without ' ' like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PeriodId=2 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2) and make sure your all column &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PreviousStockonHand+PlannedProduction+PlannedRecieves-Forecast as ProjectedStockOnHand&lt;/SPAN&gt;&amp;nbsp; are in numbers format not text,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or try to convert add the like&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PreviousStockonHand+PlannedProduction+PlannedRecieves) - (Forecast) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; as &lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ProjectedStockOnHand&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 08:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490453#M183182</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-07T08:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490454#M183183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Israr,&lt;/P&gt;&lt;P&gt;Thanks for reply ,&lt;/P&gt;&lt;P&gt;But the problem is inside the logic, &lt;/P&gt;&lt;P&gt;which i am trying to include in this script.&lt;/P&gt;&lt;P&gt;Please read the above script and question carefully and then answer me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 10:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490454#M183183</guid>
      <dc:creator />
      <dc:date>2013-11-07T10:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490455#M183184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you explain the error? Means what type of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 10:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490455#M183184</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2013-11-07T10:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490456#M183185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the error,&lt;/P&gt;&lt;P&gt;But please go through my purpose of doing this from previous statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;ProjectedStockOnHand&amp;gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; PlannedProduction as PP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PlannedRecieves as PR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProjectedStockOnHand as PreviousStockonHand,&lt;/P&gt;&lt;P&gt;&amp;nbsp; (PreviousStockonHand+PlannedProduction+PlannedRecieves)-Forecast as ProjectedStockOnHand&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Table where PeriodId='2' &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 10:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490456#M183185</guid>
      <dc:creator />
      <dc:date>2013-11-07T10:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490457#M183186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PlannedProduction as PP,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PlannedRecieves as PR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PreviousStockonHand,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PreviousStockonHand+PlannedProduction+PlannedRecieves-Forecast as ProjectedStockOnHand&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Resident Table where PeriodId='1' ; &lt;SPAN style="color: #ff6600;"&gt; // here You loaded Data only for ProductID =1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store data into E:\Poornima\forecastAnalysis\data.qvd(qvd);&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;// Data.qvd only have 1 record for ProductID = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop Table data;// Dont drop it here&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table:&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD PP,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; PR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreviousStockonHand,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProjectedStockOnHand&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;data.qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(qvd);&lt;SPAN style="color: #ff6600;"&gt; // You loaded whole all data from data.qvd into Table, but this qvd has only one record for productID =1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PlannedProduction as PP,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PlannedRecieves as PR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ProjectedStockOnHand as PreviousStockonHand,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PreviousStockonHand+PlannedProduction+PlannedRecieves-Forecast as ProjectedStockOnHand&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Resident Table where PeriodId='2' ; &lt;SPAN style="color: #ff6600;"&gt;// This table does not have any record where ProductID= 2, it has only one record for productid=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Solution:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1) dont drop table Data after first load, drop it at the end of script.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2) LOAD last table from Resident Data, not Resident Table (Last line of your script..)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;... hope it help you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 10:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490457#M183186</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-07T10:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490458#M183187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Israr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is not productID that is periodId which stores the data for period 1.&lt;/P&gt;&lt;P&gt;now using the data for period 1 i need to calculate for period 2..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 10:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490458#M183187</guid>
      <dc:creator />
      <dc:date>2013-11-07T10:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490459#M183188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i meant your field, PeriodId&lt;/P&gt;&lt;P&gt;have you go through with my above post, was it your error...&lt;/P&gt;&lt;P&gt;if you did not solve yet, post a sample ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 10:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490459#M183188</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-07T10:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490460#M183189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nupur &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)While loading source table itself calculate&amp;nbsp; 'projectedstockonhand'&lt;/P&gt;&lt;P&gt;2)then store soure table into QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; Pid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forecast,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PlannedProduction as PP,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PlannedRecieves as PR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PreviousStockonHand,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; PreviousStockonHand+PlannedProduction+PlannedRecieves-Forecast as ProjectedStockOnHand&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Table into E:\data1.qvd(qvd);&lt;/P&gt;&lt;P&gt;DROP Table Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PP,&lt;/P&gt;&lt;P&gt; PR,&lt;/P&gt;&lt;P&gt; previousstockonhand&amp;nbsp; &lt;/P&gt;&lt;P&gt; projectedstockonhand From E:\data1.qvd(qvd) Where pid=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt; pp,&lt;/P&gt;&lt;P&gt; pr,&lt;/P&gt;&lt;P&gt; projectedstockonhand as previousstockonhand,&lt;/P&gt;&lt;P&gt; pp+pr+previousstockonhand as projected From E:\data1.qvd(qvd) Where pid=2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope thsi may help you to solve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490460#M183189</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2013-11-07T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490461#M183190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Israr ,&lt;/P&gt;&lt;P&gt;Not able to solve.&lt;/P&gt;&lt;P&gt;I am doing following scripting in my qwv file.&lt;/P&gt;&lt;P&gt;It is showing me invalid expression error.&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductId,&lt;/P&gt;&lt;P&gt;&amp;nbsp; PeriodId,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(PlannedProduction) as PP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(PlannedRecieves) as PR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(PreviousStockonHand),&lt;/P&gt;&lt;P&gt;&amp;nbsp; (PreviousStockonHand+PlannedProduction+PlannedRecieves)-Forecast as ProjectedStockOnHand&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Table where PeriodId='1' Group by ProductId ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490461#M183190</guid>
      <dc:creator />
      <dc:date>2013-11-07T11:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Everyone,Stucked on a task.</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490462#M183191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;REMEMBER, If you are using aggregate function in load or selct , then you have to group by all fields in load or select statment.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductId,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PeriodId,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum(PlannedProduction) as PP,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum(PlannedRecieves) as PR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum(PreviousStockonHand),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (PreviousStockonHand+PlannedProduction+PlannedRecieves)-Forecast as ProjectedStockOnHand&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Resident Table where PeriodId='1'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Group by ProductId,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PeriodId&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PlannedProduction,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PlannedRecieves,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PreviousStockonHand&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 12:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-Everyone-Stucked-on-a-task/m-p/490462#M183191</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-07T12:00:03Z</dc:date>
    </item>
  </channel>
</rss>

