<?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: Urgent Binary Load Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257557#M623675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah that's true.&lt;/P&gt;&lt;P&gt;But this is the actual script that brought about the curiosity:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD CompCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [FS Version - FS Version Level 01 (Text)] as [FS Version], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Computed Balance], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Report Type],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial Statement Item No] as [Financial Statement Item],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text] as [Financial statment],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year&amp;nbsp; &amp;amp;' NGN' as YearNGN, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[FP\Detailed FP\QV4.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where Year &amp;lt;= 2014 and Year &amp;gt;= 2013 and Month = 'December'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOConcatenate&lt;/P&gt;&lt;P&gt;LOAD [Financial Statement Item], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year &amp;amp;' NGN'as YearNGN,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompCode&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[FP\Detailed FP\Mapplet\GroupDetailed.qvx]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [FP Detailed CON$])&lt;/P&gt;&lt;P&gt;Where Year &amp;lt;= 2014 and Year &amp;gt;= 2013; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is already a T table but the second load had a NoConcatenate command before it. It's not supposed to concatenate. I just want the data from [FP\Detailed FP\Mapplet\GroupDetailed.qvx].&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 03:39:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-13T03:39:09Z</dc:date>
    <item>
      <title>Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257550#M623668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please how do I binary load and get specific data into a qvd&amp;nbsp; from a qlikview file script that has multiple load statements with no table names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Report type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompCode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial Statement Item], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text] as [Financial statment],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Financial Statement Item], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I binary load load this file to get data from only the second load statement - &lt;C&gt; .&lt;/C&gt;&lt;/P&gt;&lt;P&gt;I do not have the source file.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 13:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257550#M623668</guid>
      <dc:creator />
      <dc:date>2017-02-12T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257551#M623669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nkwocha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid you cannot choose tables in a binary load; you load all the tables in an associative model and later you would have to drop those you do not need anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if I were you, I would make the binary load, would identify the one table I need (with ots name) and would drop the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it serves...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 14:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257551#M623669</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-12T14:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257552#M623670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-avatarid="13306" data-externalid="" data-online="false" data-presence="null" data-userid="236614" data-username="hector.munoz.innova" href="https://community.qlik.com/people/hector.munoz.innova"&gt;Héctor Muñoz Martín&lt;/A&gt; , thanks for the reply.&lt;/P&gt;&lt;P&gt;But from the script I cannot select any table, talk more of dropping any.&lt;/P&gt;&lt;P&gt;What I actually want to achieve is to extract only data loaded from this excel file.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;LOAD [Financial Statement Item], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I select just that load statement since it doesn't come with a table name.&lt;/P&gt;&lt;P&gt;It would have been possible via binary load if the load statement was attached to a table.&lt;/P&gt;&lt;P&gt;But here no table name.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 15:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257552#M623670</guid>
      <dc:creator />
      <dc:date>2017-02-12T15:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257553#M623671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the table is not named during load the QVD name is assumed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you only want to keep data from Add.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary&amp;nbsp; YOURQVW_withfullpath;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table fs23;&amp;nbsp;&amp;nbsp; // Keeping on Add.QVD data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 15:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257553#M623671</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-12T15:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257554#M623672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/vinieme12"&gt;vinieme12&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt; I have tried your solution but it brings out the error that 'Table not found'.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 19:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257554#M623672</guid>
      <dc:creator />
      <dc:date>2017-02-12T19:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257555#M623673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the complete script from your QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the table might have been auto concatenated with a previously loaded table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Binary Load the QVW &amp;gt;&amp;gt; Press CTRL + T&amp;nbsp;&amp;nbsp; and see what tables exists in the app , you will see the table names there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 19:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257555#M623673</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-12T19:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257556#M623674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wouldn't this load just create a table named "Add" based on the Add.qvd filename if not specified otherwise?&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 21:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257556#M623674</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-12T21:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257557#M623675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah that's true.&lt;/P&gt;&lt;P&gt;But this is the actual script that brought about the curiosity:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD CompCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [FS Version - FS Version Level 01 (Text)] as [FS Version], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Computed Balance], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Report Type],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial Statement Item No] as [Financial Statement Item],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text] as [Financial statment],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year&amp;nbsp; &amp;amp;' NGN' as YearNGN, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[FP\Detailed FP\QV4.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where Year &amp;lt;= 2014 and Year &amp;gt;= 2013 and Month = 'December'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOConcatenate&lt;/P&gt;&lt;P&gt;LOAD [Financial Statement Item], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Financial statement item text], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year &amp;amp;' NGN'as YearNGN,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompCode&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[FP\Detailed FP\Mapplet\GroupDetailed.qvx]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [FP Detailed CON$])&lt;/P&gt;&lt;P&gt;Where Year &amp;lt;= 2014 and Year &amp;gt;= 2013; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is already a T table but the second load had a NoConcatenate command before it. It's not supposed to concatenate. I just want the data from [FP\Detailed FP\Mapplet\GroupDetailed.qvx].&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 03:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257557#M623675</guid>
      <dc:creator />
      <dc:date>2017-02-13T03:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257558#M623676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nkwocha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Vineeth said: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Reload the QVW with the binary sentence and after it finishes, press CTRL + T&amp;nbsp;&amp;nbsp; and see what tables exists in the app. You can identify the one you need and, in script, drop all the other tables at the end of itself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257558#M623676</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-13T07:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257559#M623677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your contributions/solutions/suggestions and time. I really appreciate.&lt;/P&gt;&lt;P&gt;Sorted it out.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 11:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257559#M623677</guid>
      <dc:creator />
      <dc:date>2017-02-14T11:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257560#M623678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 12:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257560#M623678</guid>
      <dc:creator />
      <dc:date>2017-02-14T12:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Binary Load Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257561#M623679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Vineeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 12:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Binary-Load-Issue/m-p/1257561#M623679</guid>
      <dc:creator />
      <dc:date>2017-02-14T12:04:23Z</dc:date>
    </item>
  </channel>
</rss>

