<?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 What is Binary Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753660#M268565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one explain about the Binary load and how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2014 20:51:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-01T20:51:10Z</dc:date>
    <item>
      <title>What is Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753660#M268565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one explain about the Binary load and how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 20:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753660#M268565</guid>
      <dc:creator />
      <dc:date>2014-12-01T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753661#M268566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binary load is a statement you put at the beginning of a Qlik doc (.qvw) for loading the data from another .qvw (included section access data). The layout info isn't loaded.&lt;/P&gt;&lt;P&gt;You can only use one binary load in a .qvw&lt;/P&gt;&lt;P&gt;Binary load must be the first statement in a .qvw. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 20:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753661#M268566</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-12-01T20:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753662#M268567</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;Binary load is the load which can be used to load data from any Qlikview file. And its advantages to get load another data model to add into existing data model of any qlikview file. And condition is its syntax can be place in the above of the SET statements see the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Binary &lt;D&gt;;&lt;/D&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&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;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 21:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753662#M268567</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-01T21:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753663#M268568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are some details about Binary Load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Binary Load:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Binary load is used to share the entire dtamodel between 2 QVWs. Basically, the datamodel of one QVW (Q1) is copied from RAM to disk in 0 and 1 form, for another QVW (Q2). Thus Q2 inherits entire data of Q1.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;e.g. if you have a base QVW where the common metrices are designed and you want to enhance this to build more business specific dashboards, Binary load is a good option.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Also, if you want to do incremental load, the loading of high volume historical data can be done by binary mothod, to utilize its speed.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Point to be noted here is: Binary has tobe the first statement of the script.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;e.g.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Binary order.qvw;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Binary c:\order.qvw;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;From the HELP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"The &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&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."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I often use binary load to separate the data model /scripting from the UI. You can easily build several applications focusing on different business groups on the same data model. So you only need to change data model at one place.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BR,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CHinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 02:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-Binary-Load/m-p/753663#M268568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T02:46:03Z</dc:date>
    </item>
  </channel>
</rss>

