<?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: when do we prefer Binary load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901975#M313689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&gt;"The&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&gt; binary &lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&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;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&gt;Binary load is more secure, since your business logic is not in the Presentation layer (Dashboard), nobody can access or edit your code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;Binary load is often used to separate the data model /scripting from the Presentation layer. You can easily build several Dashboards/Applications focusing on different areas of business on the same data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt; It will be efficient and easy to maintain as all data is at one place.only we need to copy the Data model with all the data into presentation layer,that is Final QVW for each business area.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;Neetha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Sep 2015 11:38:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-05T11:38:19Z</dc:date>
    <item>
      <title>when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901967#M313681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know binary load concept that we can use one qvw file into another qvw but only one qvw file that too the script will be place on top of SET variables statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is ..when do we do binary load and where the impact would be in application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this.. thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 06:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901967#M313681</guid>
      <dc:creator />
      <dc:date>2015-07-19T06:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901968#M313682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/96240"&gt;https://community.qlik.com/thread/96240&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 06:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901968#M313682</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-19T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901969#M313683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In some cases it is preferable to separate the development of the database Qlik from the development of the user interface.&lt;/P&gt;&lt;P&gt;For example a developer creates the .qvw with only the Qlik database (without the user interface) and makes it available to power users or developers that use the same common model to create many different user interfaces (dashboards). The user interface developers need a limited knowledge of Qlik scripting as they only use the binary load statement.&lt;/P&gt;&lt;P&gt;Actually, you can also do the same thing with the QVD (instead of binary load) but using the binary load is very simple for UI developers / power users, just one statement, binary load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;Another useful feature of the binary load is you can decide who has access to the .qvw (the .qvw will be read with binary load) adding to the .qvw the section access (because the section access is loaded with the binary load)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 06:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901969#M313683</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-19T06:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901970#M313684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas ,&lt;/P&gt;&lt;P&gt;Mostly in every qlikview application binary load is used.&lt;/P&gt;&lt;P&gt;Every qlik application is divided into three parts&lt;/P&gt;&lt;P&gt;1.We load all the data and convert into qvd's&lt;/P&gt;&lt;P&gt;2.we develop our datamodel.&lt;/P&gt;&lt;P&gt;3.Presentation layer (Charts,list boxes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the presentation layer we use binaryload to call our datamodel instead of creating datamodel again in presentation layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 10:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901970#M313684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-19T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901971#M313685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When you need to load the qlikview file directly. You can use binary load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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. Only one &lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Binary customer.qvw;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Courtesy- &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/MayilVahanan"&gt;MayilVahanan&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 14:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901971#M313685</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-19T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901972#M313686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rgv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mention about 3 steps , may i know your step 1&amp;nbsp; read the raw data into QV is using 1 QVW file , and step 2 when you develop the data model , are you using the same QVW file ? and for step 3 i am aware that it is using another QVW file read the binary load of file from Step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in conclusion , what i want to know your 3 step approach using how many QVW file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2015 03:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901972#M313686</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-05T03:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901973#M313687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can use the binary load to use another qvw file's data into other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales_Details.qvw is using Employee_Details.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Later we can add another tables to &lt;SPAN style="font-size: 13.3333px;"&gt;Sales_Details.qvw.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this will &lt;STRONG&gt;&lt;EM style="color: #0000ff;"&gt;helpful&lt;/EM&gt;&lt;/STRONG&gt; to you. Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98121_Untitled.png" style="height: 827px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2015 04:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901973#M313687</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-05T04:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901974#M313688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/293578"&gt;Re: Binary Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2015 05:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901974#M313688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-05T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901975#M313689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&gt;"The&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&gt; binary &lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&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;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black; background-position: initial;"&gt;Binary load is more secure, since your business logic is not in the Presentation layer (Dashboard), nobody can access or edit your code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;Binary load is often used to separate the data model /scripting from the Presentation layer. You can easily build several Dashboards/Applications focusing on different areas of business on the same data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt; It will be efficient and easy to maintain as all data is at one place.only we need to copy the Data model with all the data into presentation layer,that is Final QVW for each business area.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; background: white;"&gt;Neetha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2015 11:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901975#M313689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-05T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: when do we prefer Binary load</title>
      <link>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901976#M313690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 : In the first qvw we will connect to database and fetch data (writing sql queries etc..) and store them into qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2: Create&amp;nbsp; another qvw file and load all the qvds and prepares&amp;nbsp; datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: Create another file and loads the datamodel using binary load .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this approach 3 qvw's are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 06:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-do-we-prefer-Binary-load/m-p/901976#M313690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-06T06:21:43Z</dc:date>
    </item>
  </channel>
</rss>

