<?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: problems with my load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359951#M704787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload a sample with the resident section commented out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2012 15:35:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-19T15:35:20Z</dc:date>
    <item>
      <title>problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359943#M704779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having problems with my script. The frist problem is that when I loaded my data (in debug mode) in my qlikview application, I get certain fields that are empty even though they are not. I've loaded more than 5000 lines, but the fields remain empty.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These Field remain empty:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCOME,&lt;/P&gt;&lt;P&gt;Sales,&lt;/P&gt;&lt;P&gt;Client&lt;/P&gt;&lt;P&gt;KeyAccount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why, but I think it's related to the left join that I do and then load the data back using the RESIDENT function. Or there just something wrong with the way I load my script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second problem is that I can't do a reload. The moment I reload my data I get &lt;A _jive_internal="true" href="https://community.qlik.com/message/200391#200391"&gt;Execution of &lt;EM&gt;Script&lt;/EM&gt; &lt;EM&gt;Failed&lt;/EM&gt;.&lt;/A&gt;. It that because of my memory or CPU limitation/capacity?&amp;nbsp; I'm 100% postive that the QVD file is not in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 13:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359943#M704779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T13:46:07Z</dc:date>
    </item>
    <item>
      <title>problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359944#M704780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get results if you comment out the Resident Load section? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if you are getting any data from the first section only. If you are not, see if you are getting data from only the second table. It could be an issue with the criteria of the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 14:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359944#M704780</guid>
      <dc:creator />
      <dc:date>2012-04-19T14:04:56Z</dc:date>
    </item>
    <item>
      <title>problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359945#M704781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi iSam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a left join in QV means to merge two tables via keyfields (they have same names in both tables) into one. It looks like these are in your case CLIENT and KeyAccount.&lt;/P&gt;&lt;P&gt;First: &lt;/P&gt;&lt;P&gt;I miss (and of course QV) Table "TempProCars". Due to that Qv will append the rows of Database.A "into" TempSystem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;if you would use "left join (TempSystem)":&lt;/P&gt;&lt;P&gt;In your Table TempSystem the corresponding (key-)field "CLIENT" is disabled, commented. So in this field can't be any value and therefor no single value of the CLIENT from Database.A will ever match.&lt;/P&gt;&lt;P&gt;Furthermore means a left join in QV data reduction. In a few words: take a row from feft table and see if you find a matching value in keyfield of right table. If not found, don't store it in result-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestions would be (for testing pupose, best in in a new app):&lt;/P&gt;&lt;P&gt;Load some fields from TempSytsem including key fields. Duplicate each keyfield and give each a new name. &lt;/P&gt;&lt;P&gt;Same with Table&amp;nbsp; Database.A. &lt;/P&gt;&lt;P&gt;Don't use any&amp;nbsp; (Left) Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Check your data (values) excespially in the keyfields and see how they fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quick and dirty like this:&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt;CLIENT,&lt;/P&gt;&lt;P&gt;KeyAccount&lt;/P&gt;&lt;P&gt;CLIENT_QVD,&lt;/P&gt;&lt;P&gt;KeyAccount_QVD&lt;/P&gt;&lt;P&gt;From Qvd&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt;CLIENT,&lt;/P&gt;&lt;P&gt;KeyAccount&lt;/P&gt;&lt;P&gt;CLIENT_Database,&lt;/P&gt;&lt;P&gt;KeyAccount_Database&lt;/P&gt;&lt;P&gt;SQL ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.:&lt;/P&gt;&lt;P&gt;Memory shouldn't be a problem with the script like above. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 14:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359945#M704781</guid>
      <dc:creator />
      <dc:date>2012-04-19T14:32:59Z</dc:date>
    </item>
    <item>
      <title>problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359946#M704782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh yeah, I did not even notice that the Left Join was looking at (TempProCars). There isn't even a table with that name in your app. Did you mean to left join (TempSystem) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 14:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359946#M704782</guid>
      <dc:creator />
      <dc:date>2012-04-19T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359947#M704783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Forgot to change TempProcars to TempSystem :S. My appologies for the confusion. &lt;/P&gt;&lt;P&gt;Just assume that all tables and fields are correct. Otherwise I would have received an error, regaring the a field or table name that can't be found &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a left join,&amp;nbsp; and not a resident load, I get the all the fields displayed. It goes wrong the moment I do a resident load &lt;STRONG&gt;after &lt;/STRONG&gt;the left join has been completed. Sales becomes zero, can't do a reload to load all the data. I've tried creating a new QV file, however the results are the same. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a new version in order to remove the confusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 14:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359947#M704783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T14:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359948#M704784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you remove :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Group BY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Shipments.Area,Shipments.DepCountry,Shipments.DisCountry,Shipments.ShipmentRef,VG,PROCARSCHARGES.ChargeAmountHome,Financial_Header_Ocean.VoucherType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeyMultiplier,KeyAccount,Shipments.shpmdate,Shipments.TEU,Shipments.shpmcwgt,Shipments.GrossWeight,CBM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the TempSystem table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Nevermind, I just saw the Max and Min functions. YOu could try moving them to the resident load and only do the group by there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359948#M704784</guid>
      <dc:creator />
      <dc:date>2012-04-19T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359949#M704785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I do get results when I comment out the Resident Load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359949#M704785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359950#M704786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can’t do that because I’m using an aggregate function in the resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I delete it, I would get ‘invalid expression’;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359950#M704786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T15:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359951#M704787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload a sample with the resident section commented out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359951#M704787</guid>
      <dc:creator />
      <dc:date>2012-04-19T15:35:20Z</dc:date>
    </item>
    <item>
      <title>problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359952#M704788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc, &lt;/P&gt;&lt;P&gt;good Idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi iSam,&lt;/P&gt;&lt;P&gt;This is the next try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCOME is always zero &lt;/P&gt;&lt;P&gt;because sum(Financial_Charges_Ocean.ChargeAmountHome) is always zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Financial_Charges_Ocean.ChargeAmountHome)is always zero &lt;/P&gt;&lt;P&gt;because Financial_Charges_Ocean.ChargeAmountHome is always zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same for Sales: &lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(KeyMultiplier=KeyMultiplier&lt;/EM&gt; is always true, and 0 *-1 is again 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359952#M704788</guid>
      <dc:creator />
      <dc:date>2012-04-19T15:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359953#M704789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wil upload the data in an hour. connection at work is very slow &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 16:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359953#M704789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T16:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359954#M704790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've upload my file, without the resident load. As you can see the sales field is filled with data. &lt;/P&gt;&lt;P&gt;The moment I load from a resident, I get 0 in sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 17:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359954#M704790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T17:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359955#M704791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error you are getting? I exported the data above and reduced it to 80k rows and tried doing the resident and it gave me an expression error, I changed the Group by section of the resident load and it gives no errors. From what I can see you are grouping the same in the resident load as in the main load? I might have missed something but if this is the case, it does not really make sense to do aggr in the resident as it is giving the same results as the main. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 18:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359955#M704791</guid>
      <dc:creator />
      <dc:date>2012-04-19T18:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359956#M704792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do a group by in the resident load correctly  I don’t get any error, the output of sales however  remains zero. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I use group by twice is that I first aggregate the e.g.  the maximum grossweight max(Shipments.GrossWeight) as MgrossWeight &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I use the sum(MgrossWeight) in the resident table, since I’m using an aggregate function in the resident load I have to use the group by again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried a different approach by using the Let statement, e.g.:  Let vGrossWeight = max(Shipments.GrossWeight);  and then call that variable in the resident load sum($(vGrossWeight)) as SumGrossWeight. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that didn’t work also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please forgive me for my ignorance as I’m quit new to Qlikview and therefore I might do thinks which may seem inlogic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 08:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359956#M704792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T08:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359957#M704793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you look at the sample I posted and change the group by in the resident load to what you want? I was able to do it and return results in all fields, however I am not sure if it is the correct group by as the original was causing an invalid expression error.&amp;nbsp; If you can change it to what you need and post the code for the resident according to this sample I can take another look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, How many tables are joined to make the QVD? By looking at the sample I can not tell how the original data is put together and it appears to me that 2 tables with a one to many relationship were joined to cause duplicate data. This can cause issues with summaries as it will return incorrect results from duplicates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used varibles in the script very much, but from what I understand they can only hold one value. With your group by is the original table, you are returning almost a million rows for shiments.grossweight so you can not set it to a variable based on your group by. I believe it would rewrite your vriable for every row it returns. (As I said I could be wrong, I do not use them often)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359957#M704793</guid>
      <dc:creator />
      <dc:date>2012-04-20T12:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: problems with my load script</title>
      <link>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359958#M704794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will create a protype (qv file + qvd's) and upload it. Hopefully that would give you more insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 13:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problems-with-my-load-script/m-p/359958#M704794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T13:15:11Z</dc:date>
    </item>
  </channel>
</rss>

