<?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 not loading new tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4805#M773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables don't show up in table viewer, but more importantly the fields don't show up in the available fields for an object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2018 14:37:22 GMT</pubDate>
    <dc:creator>leenlart</dc:creator>
    <dc:date>2018-01-22T14:37:22Z</dc:date>
    <item>
      <title>Binary load not loading new tables</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4803#M771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've inherited a Qlikview app that loaded multiple labels from the invoices.&amp;nbsp; So as time went on and clients or articles changed names, the app would show multiple lines for a specific item or client because of its multiple labels.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The app uses a first qvw (we'll call it technical.qvw) to load the data from the two sources, then there is a binary load to the user app (we'll call this one user.qvw).&amp;nbsp; &lt;/P&gt;&lt;P&gt;In my technical.qvw I've created three new tables with code and label for the three dimensions that have labels that seem to change over time.&amp;nbsp; These tables are linked to the invoices table etc, and everything looks great in the technical.qvw, and tests out correctly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The first line of the script in the user.qvw is a binary load of technical.qvw.&amp;nbsp; Then there are a couple variables created and two adhoc tables. There is no section analysis.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Simple right?&amp;nbsp; Mmmm, aparently not, because the three new tables are not showing up when the user.qvw is loaded.&amp;nbsp; &lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 13:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4803#M771</guid>
      <dc:creator>leenlart</dc:creator>
      <dc:date>2018-01-22T13:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Binary load not loading new tables</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4804#M772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds ok, where do they not show up, in table Viewer? Because thats the only Place where you will find them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 14:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4804#M772</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-01-22T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Binary load not loading new tables</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4805#M773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables don't show up in table viewer, but more importantly the fields don't show up in the available fields for an object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 14:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4805#M773</guid>
      <dc:creator>leenlart</dc:creator>
      <dc:date>2018-01-22T14:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Binary load not loading new tables</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4806#M774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are not in the table Viewer, thay are not loaded into user.qvw.&lt;/P&gt;&lt;P&gt;You have to reload technical.qvw first, save it and keep the same name.&lt;/P&gt;&lt;P&gt;Then do a reload of user.qvw, this is straight forward, should work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 14:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4806#M774</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-01-22T14:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Binary load not loading new tables</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4807#M775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arghg, I found my error, it was a dumb rookie mistake that I should have seen earlier!&amp;nbsp; &lt;/P&gt;&lt;P&gt;I didn't change the path in the binary load to point to the test directory where I've been testing my changes.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 15:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-load-not-loading-new-tables/m-p/4807#M775</guid>
      <dc:creator>leenlart</dc:creator>
      <dc:date>2018-01-22T15:31:16Z</dc:date>
    </item>
  </channel>
</rss>

