<?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 Loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757135#M269496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good job ..&lt;/P&gt;&lt;P&gt;I don't get credit &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 23:19:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-03T23:19:30Z</dc:date>
    <item>
      <title>Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757127#M269488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a qvw file with images i would like to use in my application.&amp;nbsp; Is there a way to load the images only without other tables using&amp;nbsp; a binary load? Or is there another way around this requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 22:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757127#M269488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T22:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757128#M269489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;binary load load all tables&lt;/P&gt;&lt;P&gt;if you don't want some of the tables loaded, &lt;/P&gt;&lt;P&gt;after binalry load use &lt;/P&gt;&lt;P&gt;drop tables table1, table2, .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 22:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757128#M269489</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-03T22:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757129#M269490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if images is just a table in one of your applications. You can STORE it as QVD file then load this new QVD in your script load statement.&lt;/P&gt;&lt;P&gt;STORE Images into Images.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 22:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757129#M269490</guid>
      <dc:creator />
      <dc:date>2014-11-03T22:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757130#M269491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, however, i am getting a script error as per the attached.&amp;nbsp; Please assist further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 22:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757130#M269491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T22:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757131#M269492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you try to drop a table and that table doesn't exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;binary load .....;&lt;/P&gt;&lt;P&gt;drop Table TableA, TableB, NotExistentTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757131#M269492</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-03T23:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757132#M269493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be just an error in your script, a missed semicolon, or a closing braces etc.&lt;/P&gt;&lt;P&gt;Since it is not giving you table name to drop.&lt;/P&gt;&lt;P&gt;Or, After binary load you might be misspelling table names to be dropped.&lt;/P&gt;&lt;P&gt;They are case sensitive, table names field names should matched exactly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Comment DROP statement&lt;/STRONG&gt; and see what is happening and what are the final table names after Binary Load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757132#M269493</guid>
      <dc:creator />
      <dc:date>2014-11-03T23:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757133#M269494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, it worked, i had included invalid tables in the drop statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757133#M269494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T23:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757134#M269495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, i had invalid tables in the drop tables statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757134#M269495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T23:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757135#M269496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good job ..&lt;/P&gt;&lt;P&gt;I don't get credit &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757135#M269496</guid>
      <dc:creator />
      <dc:date>2014-11-03T23:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757136#M269497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok noted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Loading/m-p/757136#M269497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T23:28:53Z</dc:date>
    </item>
  </channel>
</rss>

