<?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/453611#M169262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we use this Binary load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2015 18:34:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-15T18:34:16Z</dc:date>
    <item>
      <title>Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453604#M169255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;Please can anyone Explain....Binary Load with Example...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 16:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453604#M169255</guid>
      <dc:creator />
      <dc:date>2012-12-19T16:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453605#M169256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binary load is loading data from another QV file.&amp;nbsp; For example, you have application A.qvw.&amp;nbsp; You can create another application B.qvw with script&lt;/P&gt;&lt;P&gt;binary A.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you reload it, your B.qvw has the same data as A,qvw.&amp;nbsp; The reload is very fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 16:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453605#M169256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-19T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453606#M169257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this from Help file.&lt;/P&gt;&lt;P&gt;=========================&lt;/P&gt;&lt;H1&gt;Binary&lt;/H1&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;binary&lt;/SPAN&gt; statement is used for loading the data from another QlikView document, including section access data. It does not load the layout information or variables. Only one &lt;SPAN class="Bold"&gt;binary&lt;/SPAN&gt; statement is allowed in the script and it can only be put as the first statement of a script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;binary &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;file&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic;"&gt;file ::= [ path ] filename&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;Binary customer.qvw;&lt;/P&gt;&lt;P class="Code"&gt;Binary c:\qv\customer.qvw;&lt;/P&gt;&lt;P&gt;The path is the path to the file, either absolute, or relative to the .qvw file containing this script line.&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;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 04:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453606#M169257</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-12-20T04:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453607#M169258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally Binary Load is used to hide the scripts from Users.&amp;nbsp; First one Qlikview file with all the scripts required for the reports are created and then binary load this into another file by using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script -&amp;gt; Qlikview File -&amp;gt; Select the Qlikview file created earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can load only one qlikview file by using Binary load.&amp;nbsp; By using this Binary Load Scripts are hidden from users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Binary Sales.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 07:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453607#M169258</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-12-20T07:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453608#M169259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know what's the difference between these two ways, considering i have 3 files: Cloud.qvw, Layout.qvw and Cloud.QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Layout.qvw loads Cloud.qvw that has scripts and others code staffs and has already loaded data from Cloud.qvd&lt;/P&gt;&lt;P&gt;2. Layout.qvw has the scripts and others code staffs and loads data directly from Cloud.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453608#M169259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-23T12:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453609#M169260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can we add some extra qvd with binary load?&lt;/P&gt;&lt;P&gt;or simply use only for hidden purpose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 13:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453609#M169260</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2013-07-23T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453610#M169261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#1 is much faster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 13:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453610#M169261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-23T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453611#M169262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we use this Binary load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 18:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453611#M169262</guid>
      <dc:creator />
      <dc:date>2015-05-15T18:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453612#M169263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to load one qlikview file into another qlikview file then binary load will be used.&amp;nbsp; Binary load will load all Tables and data into the new qlikview file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 08:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load/m-p/453612#M169263</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-19T08:06:21Z</dc:date>
    </item>
  </channel>
</rss>

