<?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: Large files - Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660703#M1055706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your script is too short to figure out where the problem(s) is located.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of Virtual Memory means that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;either your JOIN is exploding your initial table (bad or NULL-ClaimNumber may lead to a catersian product e.g. JOIN everything to everything)&lt;/LI&gt;&lt;LI&gt;or you simply don't have enough memory in your development machine for the job at hand.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 08:14:46 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2014-10-20T08:14:46Z</dc:date>
    <item>
      <title>Large files - Help</title>
      <link>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660702#M1055705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to upload large excel files into Qlikview but always get an error message 'out of virtual memory'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saved the excels as txt. and this seemed to work however when loading the script a piece of code in the script no longer works, I think it might be as the fields are no longer in date/time format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join &lt;/P&gt;&lt;P&gt;LOAD ClaimNumber,&lt;/P&gt;&lt;P&gt;Interval(ClosedDate-Notificationdate,'D') AS DaystoClose&lt;/P&gt;&lt;P&gt;Resident [MainData];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join &lt;/P&gt;&lt;P&gt;LOAD ClaimNumber,&lt;/P&gt;&lt;P&gt;If (DaystoClose&amp;lt;0,'Open', If (DaystoClose&amp;lt;=1,'0 days', If (DaystoClose&amp;lt;=6,'1-5 days', If (DaystoClose&amp;lt;=15,'5-14 days', If (DaystoClose&amp;lt;=30,'15-29 days', If (DaystoClose&amp;lt;=60,'30-59 days', If (DaystoClose&amp;lt;=90, '60-89 days','90+ days'))))))) as DaystoCloseGroup&lt;/P&gt;&lt;P&gt;Resident [MainData];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660702#M1055705</guid>
      <dc:creator>bazzaonline</dc:creator>
      <dc:date>2014-10-20T08:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Large files - Help</title>
      <link>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660703#M1055706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your script is too short to figure out where the problem(s) is located.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of Virtual Memory means that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;either your JOIN is exploding your initial table (bad or NULL-ClaimNumber may lead to a catersian product e.g. JOIN everything to everything)&lt;/LI&gt;&lt;LI&gt;or you simply don't have enough memory in your development machine for the job at hand.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660703#M1055706</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-10-20T08:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Large files - Help</title>
      <link>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660704#M1055707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To check what is happenning, use the FIRST n - prefix to load a limited subset of records, or start the debugger, enable the "Limited Load" option and enter the numer of records you want to test with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660704#M1055707</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-10-20T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Large files - Help</title>
      <link>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660705#M1055708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Appreciate your time, I have loaded and run the script perfectly when downloading direct from a server but this is no longer an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then attempted to use excel as the data source which gave me the virtual memory issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To overcome that I saved the excel as txt. which allows it to load no issue but the join elements then no longer work.&amp;nbsp; Hence my thoughts it must be the way the date formats are being translated??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660705#M1055708</guid>
      <dc:creator>bazzaonline</dc:creator>
      <dc:date>2014-10-20T08:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Large files - Help</title>
      <link>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660706#M1055709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be, but for me that's only guesswork.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the test with a limited LOAD, and check the contents of the Date Fields that are used in these JOINs. And do check what exactly is the end result of the JOINs, meaning: "what does your table contain after the JOINs are done".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-files-Help/m-p/660706#M1055709</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-10-20T08:58:24Z</dc:date>
    </item>
  </channel>
</rss>

