<?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: Qlik Sense: Secured binary loads in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486152#M1222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Magnus,&lt;/P&gt;&lt;P&gt;Could you please elaborate on the Index functionality? I've not heard of this and I'm curious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2017 19:41:14 GMT</pubDate>
    <dc:creator>chriscammers</dc:creator>
    <dc:date>2017-03-28T19:41:14Z</dc:date>
    <item>
      <title>Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486144#M1214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2&gt;Single Source of Truth, Multi-Layer architecture and Binary Load&lt;/H2&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The multi layer qvd architecture is the good approach to empower the end-user with an accurate, trustable and reliable Single Source of Truth.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This this context binary loads are a critical part of the approach. They allow the power user to easily access to the proper Data Model while the Data Team can maintain the whole architecture and provide high data quality.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="141646" alt="Qlik - Multi-Layer Achitecture v2.png" class="image-4 jive-image" src="/legacyfs/online/141646_Qlik - Multi-Layer Achitecture v2.png" style="height: 969px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;In Sense it is possible to use binary load with &lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Binary.htm" style="font-size: 10pt;" target="_blank"&gt;qvf and qvw&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;For example, with the desktop version:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="en-US"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;&lt;SPAN lang="en-US"&gt;Binary &lt;C&gt;;&lt;/C&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;This will binary load “My Data Model.qvf” located on the C drive under “Qlik Apps”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;Sense Enterprise&lt;/H2&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;With Qlik Sense Enterprise, this approach will not work. For security reason it is required in Qlik Sense Enterprise to access files using a “Folder Data Connection”&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Using the previous example and assuming that we have defined a Folder Data Connection “Qlik Apps” which point to “C:\Qlik Apps” then the proper binary load script would be:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;&lt;SPAN lang="en-US"&gt;Binary [&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;&lt;SPAN lang="en-US"&gt;lib://Qlik Apps/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;&lt;SPAN lang="en-US"&gt;My Data Model.qvf];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Therefore the question would be,&lt;EM&gt; “how can I export into qvf the apps of my Data Model layer when the scheduled reload is finished?”.&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Actually, nothing in Sense allows you to do that but you actually not need it.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;However in Sense Enterprise you can use the app uuid to reference an app. In fact the app is stored in the working directory of the sense server using a qvf named with the app's uuid (without extension).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG __jive_id="140801" alt="DataModel - Url.png" class="jive-image image-2" src="/legacyfs/online/140845_DataModel - Url.png" style="height: 70px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;In this example, the app “Data Model – Example” has the uuid &lt;SPAN style="font-family: 'courier new', courier;"&gt;193dc96e-0f97-4184-aa76-1a2c08853f4f&lt;/SPAN&gt; and is stored in the &lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/working-directory.htm" style="font-size: 10pt;" target="_blank"&gt;Sense working directory&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; in a file named &lt;SPAN style="font-family: 'courier new', courier;"&gt;193dc96e-0f97-4184-aa76-1a2c08853f4f&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Assuming that an administrator creates a Folder Data Connection named “Apps” which points to the Working Directory of the Qlik Sense server, then the following binary load work:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;Binary [&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;lib://Apps/193dc96e-0f97-4184-aa76-1a2c08853f4f&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;That works but is an &lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;&lt;STRONG&gt;unsecured solution&lt;/STRONG&gt;&lt;/SPAN&gt; as it gives access to all the apps for every user who have access to that particular Data Connection. &lt;SPAN style="text-decoration: underline;"&gt;This should not be used in a production environment&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;H2&gt;&lt;EM&gt;Then, how to create a secured Binary load, which securely empower the end-user?&lt;/EM&gt;&lt;/H2&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Simply by using a Folder Data Connection which point directly to the app itself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Creating one Data Connection per Data Model, provides a granularity fine enough to easily manage who have access to which Data Model. The Data Model app can then be published in a stream which is only available to the Data Team and refreshed using the standard task management, and the Data Connection gives access to the Data Model app, whiout having to give access to the app it self.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Moreover, thanks to Qlik Sense Enterprise architecture, the app will be sync automatically to all nodes of the cluster.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;H3&gt;Quick How To:&lt;/H3&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;First step:&lt;/STRONG&gt; as Admin, create a folder Data Connection. It does not matter which folder is configured at first into the hub, it will be changed.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Second step:&lt;/STRONG&gt; In the QMC, edit the Data Connection just created and change the “folder” by the path to the app (inside the working directory)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="padding-left: 30px;"&gt;&lt;IMG __jive_id="140802" alt="DataModel - Connection.png" class="jive-image image-3" src="/legacyfs/online/140846_DataModel - Connection.png" style="height: 413px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;SPAN style="padding-left: 60px; font-size: 8pt;"&gt;&lt;EM&gt;*Notes: My Working Directory is “&lt;A&gt;D:\Apps&lt;/A&gt;”. As this is a “global” connection I usually remove the name of the owner from the connection name.&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Third step:&lt;/STRONG&gt; Using the security rules, give access to the Data Connection to the appropriate users.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Fourth step:&lt;/STRONG&gt; Use the following binary load in every app based on this Data Model. Important note there is no file specified, there is no need to as the Data Connection already contains it.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;Binary [&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;lib://&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier, monospace;"&gt;Data Model - Example];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486144#M1214</guid>
      <dc:creator />
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486145#M1215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing.&amp;nbsp; How did you create the graphic for the Qlik Sense Multi-Layer Architecture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486145#M1215</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2016-10-18T20:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486146#M1216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used LibreOffice Draw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 22:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486146#M1216</guid>
      <dc:creator />
      <dc:date>2016-10-18T22:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486147#M1217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw an article recommending an App generating a set of QVDs rather because of risks with BINARY load of a QVF.&amp;nbsp; I can't find the doc but my recall is that it is because Qlik Sense Enterprise might spread one single App over multiple physical QVF files... if this is true, this BINARY load method would fail?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486147#M1217</guid>
      <dc:creator>mr_barriesmith</dc:creator>
      <dc:date>2016-10-19T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486148#M1218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a difference between using QVDs and Binary load. Qvd only store one table, while binary load allows you to load directly a full Data Model (and the Data). &lt;/P&gt;&lt;P&gt;In fact in a multi-layer architecture you do both: You start by building QVDs (Extraction and transformation) and then you combine them in to a Data Model, which is use as source for the binary load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 15:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486148#M1218</guid>
      <dc:creator />
      <dc:date>2016-10-19T15:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486149#M1219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a warning, this isn't supported due to the risk for file corruption and/or other weirdness by the Engine if it is trying to simultaneously read from and write to an app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 16:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486149#M1219</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2016-11-04T16:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486150#M1220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Levi, And a side note using the Index functionality in the framework you can with ease load in a data model based on qvd's with a single command. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 10:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486150#M1220</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2016-11-21T10:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486151#M1221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/184092"&gt;ltu&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/4595"&gt;mbg&lt;/A&gt; Thanks for your feedback. &lt;SPAN style="font-size: 10pt;"&gt;Maybe you can give some light on your thoughts. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The &lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Binary.htm" style="font-size: 10pt;"&gt;documentation&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; state that the binary load of Qlik Sense application are supported and you can read them directly from the "Working Directory" (ie the "Apps" directory).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here I'm only suggesting to alias the application itself instead of sharing the whole working directory, giving the administrator a full control of the access rights&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 13:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486151#M1221</guid>
      <dc:creator />
      <dc:date>2017-02-27T13:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486152#M1222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Magnus,&lt;/P&gt;&lt;P&gt;Could you please elaborate on the Index functionality? I've not heard of this and I'm curious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 19:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486152#M1222</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2017-03-28T19:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486153#M1223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The basics of the &lt;STRONG&gt;index&lt;/STRONG&gt; functionality is described in the&amp;nbsp; &lt;A href="https://community.qlik.com/docs/DOC-5306"&gt;Qlik Deployment Framework Development Guide&lt;/A&gt;‌ page 27. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 06:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486153#M1223</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2017-03-29T06:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486154#M1224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vegar, there is also Index example in the Qlik Deployment Framework-Qlik Sense Exercises.pdf&lt;/P&gt;&lt;P&gt;Even if you use QlikView you can run the free Qlik Sense Desktop, the index commands are the same in QlikView.&lt;/P&gt;&lt;P&gt;CHeers&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 08:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486154#M1224</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-03-30T08:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486155#M1225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for this in-depth discussion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So should we go ahead and implement Binary Load in QlikSense Enterprise as discussed above or we should avoid it&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 10:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486155#M1225</guid>
      <dc:creator>imsushantjain</dc:creator>
      <dc:date>2018-10-17T10:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Secured binary loads</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486156#M1226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using QDF I would recommend using the Index function instead of binary load, else you can try and see if it works for your needs. Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 11:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Qlik-Sense-Secured-binary-loads/m-p/1486156#M1226</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2018-10-22T11:13:09Z</dc:date>
    </item>
  </channel>
</rss>

