<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806642#M661131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sam&lt;/P&gt;&lt;P&gt;I am not trying to load multiple qvw files. i am trying to parameterize the filename in the Binary Statement. Let me know if the question&amp;nbsp; is not clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2015 21:21:59 GMT</pubDate>
    <dc:creator>brindlogcool</dc:creator>
    <dc:date>2015-02-28T21:21:59Z</dc:date>
    <item>
      <title>Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806634#M661123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do the Binary Load with the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary $(Include=binary_file.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the binary_file.txt will have the qvw document which needs to loaded. I am getting the error. Will it be supported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806634#M661123</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-02-27T22:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806635#M661124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binary YourFIleName.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary C:\qv\foldername\filename.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should be the very first sentence of your load script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806635#M661124</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-27T22:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806636#M661125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish, It is the first statement. The problem is will the above method is supported to get the QVW document from text file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806636#M661125</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-02-27T22:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806637#M661126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like below will give you Binary Load From a Saved Text File..&lt;/P&gt;&lt;P&gt;$(Include=..\..\..\users\desktop\sample.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Sample.txt is containing below statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary C:\Folder\FileName.QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806637#M661126</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-27T22:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806638#M661127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Manish it wont work. The run will start from set statement if we use C:\Folder\binary_file.txt as first statement. I tried it is not working. Can you please share an sample doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806638#M661127</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-02-27T22:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806639#M661128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Save all file in same location...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 23:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806639#M661128</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-27T23:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806640#M661129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;open one qvw and load another qvw into the opened qvw .&lt;/P&gt;&lt;P&gt;this way only you can do .&lt;/P&gt;&lt;P&gt;you cannot load two qvw's into one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only one binary statement is allowed in single qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Samwise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 04:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806640#M661129</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2015-02-28T04:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806641#M661130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 21:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806641#M661130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-28T21:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806642#M661131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sam&lt;/P&gt;&lt;P&gt;I am not trying to load multiple qvw files. i am trying to parameterize the filename in the Binary Statement. Let me know if the question&amp;nbsp; is not clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 21:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806642#M661131</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2015-02-28T21:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806643#M661132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put the Binary command inside the txt file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the include command on Edit Script - If possible is the only solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 22:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806643#M661132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-28T22:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806644#M661133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error are you getting? It works fine for me when I test it. Make sure the contents of the file include the closing semicolon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;BINARY $(Must_Include=binaryinclude.txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the contents of binaryinclude.txt are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MyApp.qvw;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 23:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/806644#M661133</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-28T23:12:26Z</dc:date>
    </item>
  </channel>
</rss>

