<?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: Continue load script after Binary Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502805#M692714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say it stops, does the script complete cleanly or does it stall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a large synthetic key created by loading the Excel file in after the binary load then this can cause QlikView to get upset and stall without giving an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure that you don't have a table in the QVW you are doing the binary load from that is very similar to the structure of the Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are intending the Excel file to append to the end of an existing table in the data model make sure you use the &lt;STRONG&gt;CONCATENATE &lt;/STRONG&gt;statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2014 22:50:54 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2014-04-05T22:50:54Z</dc:date>
    <item>
      <title>Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502798#M692703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I am having this problem. I am developing an application where I don’t have access to the business system that the application is connected to. I have created a script to load an excel file that i want to test so that it is working as designed. The excel file is dependent on tables that it loaded previously in the script so I can’t just run a load for the excel script. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I thought that it would be possible to make a binary load first and then run the import of the excel file. But the load script seem to stop after the reload the excel file is not being imported and I get no error messages, Does someone know how to write to have the load script continue after the binary load?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;//Fredrik&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 07:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502798#M692703</guid>
      <dc:creator />
      <dc:date>2013-09-10T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502799#M692705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your binary load statement is place at the very first line of the script, there should not be an issue. What is the error you are getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 07:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502799#M692705</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-10T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502800#M692706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I am not getting any error messages but not getting any updated date. It is making the Binary load then not going through the lines I want to test. It is not making that extra import of the excel file only importing the data through the binary load. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 07:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502800#M692706</guid>
      <dc:creator />
      <dc:date>2013-09-10T07:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502801#M692708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried debugging the script? (Edit Script-&amp;gt;next to 'reload' button)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 07:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502801#M692708</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-10T07:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502802#M692709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it stands that it gives null values where there is a connection to the excel file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502802#M692709</guid>
      <dc:creator />
      <dc:date>2013-09-10T08:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502803#M692711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to refer to a new excel and reload with dummy data. Then you could come to a conclusion if the excel itself is the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502803#M692711</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-10T08:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502804#M692712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not the excel that is the issue. If I try to load it without the binary load it is loading fine until I come to the tables that are dependent on tables that I want to have access to through the Binary load. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502804#M692712</guid>
      <dc:creator />
      <dc:date>2013-09-10T08:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Continue load script after Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502805#M692714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say it stops, does the script complete cleanly or does it stall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a large synthetic key created by loading the Excel file in after the binary load then this can cause QlikView to get upset and stall without giving an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure that you don't have a table in the QVW you are doing the binary load from that is very similar to the structure of the Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are intending the Excel file to append to the end of an existing table in the data model make sure you use the &lt;STRONG&gt;CONCATENATE &lt;/STRONG&gt;statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 22:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continue-load-script-after-Binary-Load/m-p/502805#M692714</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-04-05T22:50:54Z</dc:date>
    </item>
  </channel>
</rss>

