<?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: Binary Load is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513052#M191691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I have my load scripts in abc.qvw and i assume that it is my data model...&lt;/P&gt;
&lt;P&gt;isn't it right?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The execution of your load script results in creation of tables (assuming a 'standard' load script with LOAD statements and not DROPping all tables), these tables are / define your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script itself and the variables / functions defined therein are not part of the data model, so these will not be imported via a binary load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Dec 2013 20:08:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-12-01T20:08:22Z</dc:date>
    <item>
      <title>Binary Load is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513047#M191686</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;I have done a binary load with statement like&lt;/P&gt;&lt;P&gt;Binary abc.qvw.&lt;/P&gt;&lt;P&gt;But when I reload the QVW which includes this abc.qvw file then nothing happens.&lt;/P&gt;&lt;P&gt;I have defined a function in abc.qvw and want to call it from othet script but the function is not being recognized.&lt;/P&gt;&lt;P&gt;What am i missing here?&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 18:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513047#M191686</guid>
      <dc:creator />
      <dc:date>2013-12-01T18:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513048#M191687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;But when I reload the QVW which includes this abc.qvw file then nothing happens.&lt;/P&gt;
&lt;P&gt;I have defined a function in abc.qvw and want to call it from othet script but the function is not being recognized.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So abc.qvw does not contain a data model? This is the purpose of a binary load, to import the data model of an existing qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to include a script (or functions included in another script), then a binary load is not the way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put your script snippet in a text file and use the include system variable (check the HELP for include).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 18:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513048#M191687</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-01T18:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513049#M191688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has my data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 19:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513049#M191688</guid>
      <dc:creator />
      <dc:date>2013-12-01T19:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513050#M191689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my load scripts in abc.qvw and i assume that it is my data model...&lt;/P&gt;&lt;P&gt;isn't it right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 19:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513050#M191689</guid>
      <dc:creator />
      <dc:date>2013-12-01T19:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513051#M191690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Binary abc.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;must be the very first statement into your script&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 19:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513051#M191690</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-01T19:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513052#M191691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I have my load scripts in abc.qvw and i assume that it is my data model...&lt;/P&gt;
&lt;P&gt;isn't it right?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The execution of your load script results in creation of tables (assuming a 'standard' load script with LOAD statements and not DROPping all tables), these tables are / define your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script itself and the variables / functions defined therein are not part of the data model, so these will not be imported via a binary load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 20:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513052#M191691</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-01T20:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513053#M191692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Type the full path for your qvw file. For example:&lt;/P&gt;&lt;P&gt;Binary &lt;C&gt;; The statement should be in the first tab and in the first top line of your script tab.&lt;/C&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 22:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-is-not-working/m-p/513053#M191692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-01T22:57:37Z</dc:date>
    </item>
  </channel>
</rss>

