<?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: One app loading  BINARY from another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723256#M259548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BINARY does not load variables, only data. So the v_today value is whatever was leftover the last time it was set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should reestablish all variables after the BINARY load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 14:52:04 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-08-21T14:52:04Z</dc:date>
    <item>
      <title>One app loading  BINARY from another</title>
      <link>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723254#M259546</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 have two apps with personell data - one with all the names and one without any names.&lt;/P&gt;&lt;P&gt;For reasons of data_protection, names should only be available for HR_personell. I could not, however, implement an OMIT_field in the SA since all the apps are being reloaded by a server_user, so that's not an option - for that reasin, I have two apps, with one&lt;/P&gt;&lt;P&gt;loading the data_model BINARY from the other and all the same charts.&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; Still, in one chart, the "primary" app shows current data and the "secondary app", though the formulas are all exactly the same and the data_model is necessarily so, does not - in fact, when I look at it, there is data only up to the beginning of June.&lt;/P&gt;&lt;P&gt;Does anyone have an idea where I should look for the error here?`&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 14:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723254#M259546</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-21T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: One app loading  BINARY from another</title>
      <link>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723255#M259547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah - I have found a clue:&lt;/P&gt;&lt;P&gt;For some reason, a date_variable &amp;gt;&amp;gt; v_today &amp;lt;&amp;lt; that is coming from a master_calendar (an INCLUDE script) was set to June6. I cannot think of a reason for this - the app is of course reloaded daily, and I have just tried this out on its own - in a new app, I just loaded that INCLUDE - and the variable v_today showed August_21, just like it should.&lt;/P&gt;&lt;P&gt;I cannot make head or tail of this.&lt;/P&gt;&lt;P&gt;Can you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 14:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723255#M259547</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-21T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: One app loading  BINARY from another</title>
      <link>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723256#M259548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BINARY does not load variables, only data. So the v_today value is whatever was leftover the last time it was set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should reestablish all variables after the BINARY load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 14:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723256#M259548</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-08-21T14:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: One app loading  BINARY from another</title>
      <link>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723257#M259549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ah - er, yes. I knew that at a point. I must have forgotten in the meantime.&lt;/P&gt;&lt;P&gt;I will try - in principle, if I implement anew the INCLUDE (the master_calendar and the date_variables), that should re-establish the variables, no? And the master_calendar should just replace the one I have loaded BINARY from the other app. Let's see.&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 14:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-app-loading-BINARY-from-another/m-p/723257#M259549</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-21T14:56:54Z</dc:date>
    </item>
  </channel>
</rss>

