<?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: QlikView how to reduce loading time with binary .qvw with qualify '*' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525505#M196405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, both of you, guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to remove qualify from OLD.qvw, because there are certain tables, which do have the same name (but another meaning) -&amp;gt; and shouldn't be renamed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my NEW.qvw I would like to actualize more tables, of course, not just one (but many others).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imangine you have in a data modell orders, deliveries, and bills. Each of them do have more than 10 Mio records.&lt;/P&gt;&lt;P&gt;First of all, it is needed to actualize them more than once a night.&lt;/P&gt;&lt;P&gt;Second old records do not change, but are still needed in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I would like to improve the loading performance, because it does not make any sence to process with logic records, which have been already processed and nothing changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2013 09:16:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-25T09:16:39Z</dc:date>
    <item>
      <title>QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525502#M196402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd wonder if someone has experience with following topic. To this idea brought me this link:&lt;A href="http://www.qlikviewaddict.com/2012/02/power-of-binary.html" title="http://www.qlikviewaddict.com/2012/02/power-of-binary.html"&gt;QlikView Addict: QlikView Binary Loads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice to have a simplified loading scenario, where just new data would be actualized and not all the time everything (we need to reload certain documents 5x a day)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a file with just old data OLD.QVW -&amp;gt; this should be reloaded with&lt;/P&gt;&lt;P&gt;binary OLD.QVW&lt;/P&gt;&lt;P&gt;now new data should be loaded&lt;/P&gt;&lt;P&gt;concatenate (TABLE)&lt;/P&gt;&lt;P&gt;load * from NEWTABLE.QVD (QVD) WHERE NOT EXISTS ([%newtablekey]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, however, my issue is with qualified tables before.&lt;/P&gt;&lt;P&gt;First script is made with qualify '*'; unqualify '%*';&lt;/P&gt;&lt;P&gt;Therefore each table column is called TABLE.ROW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My new rows from NEWTABLE.QVD are concatenated into TABLE, but rows are named as TABLE-1.ROW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to handle this issue? Please don't tell me, don't use unqualify &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any better way to reduce upload time (from data source, 3-tiered, until production in AccessPoint Server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always I've attached an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your hints.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;P&gt;&lt;IMG alt="binary qualify.JPG.jpg" class="jive-image jiveImage" src="/legacyfs/online/48132_binary qualify.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 08:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525502#M196402</guid>
      <dc:creator />
      <dc:date>2013-10-25T08:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525503#M196403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to unqualify you will have to rename the all fields manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE-1.Customer as TABLE.Customer,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE-1.%LNK as TABLE.%LNK,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE-1.Value as TABLE.Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from NEWTABLE.QVD (QVD) WHERE NOT EXISTS ([%newtablekey]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 09:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525503#M196403</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-25T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525504#M196404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to avaoid such a behaviour i would recommend you remove your qualify/unqualify on the used table in first old_qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You add your new rows on raw (tmp) table and the you qualify/unqualify&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;No concatenate LOAD table from tmp_table.&lt;/P&gt;&lt;P&gt;drop tmp_table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 09:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525504#M196404</guid>
      <dc:creator />
      <dc:date>2013-10-25T09:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525505#M196405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, both of you, guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to remove qualify from OLD.qvw, because there are certain tables, which do have the same name (but another meaning) -&amp;gt; and shouldn't be renamed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my NEW.qvw I would like to actualize more tables, of course, not just one (but many others).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imangine you have in a data modell orders, deliveries, and bills. Each of them do have more than 10 Mio records.&lt;/P&gt;&lt;P&gt;First of all, it is needed to actualize them more than once a night.&lt;/P&gt;&lt;P&gt;Second old records do not change, but are still needed in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I would like to improve the loading performance, because it does not make any sence to process with logic records, which have been already processed and nothing changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 09:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525505#M196405</guid>
      <dc:creator />
      <dc:date>2013-10-25T09:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525506#M196406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stanislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name your table before qualify &lt;/P&gt;&lt;P&gt;Let say&amp;nbsp;&amp;nbsp; MyTable&amp;nbsp; will give in old_qvw MyTable.fieldname&lt;/P&gt;&lt;P&gt;in new qvw&amp;nbsp; rename your old tables MyTable as OldMyTable&lt;/P&gt;&lt;P&gt;Qualify and load new tables MyTable and concatenate old renamed onesOldMyTable to new ones MyTable&lt;/P&gt;&lt;P&gt;drop renamed table OldMyTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 09:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525506#M196406</guid>
      <dc:creator />
      <dc:date>2013-10-25T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525507#M196407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, Christian, but I didn't get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current scenario: I do have a SAP R3 single table with almost 240 fields/columns and over 10 Million rows. COPA / Controlling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I taught I could improve a performance during uploading process when the most of the records will be as COPA_OLD.QVW which I will load as binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is no need to rename in my COPA_NEW.QVW old tables. I do just have one big table, where some another are connected to the big one. Let's say one new record has to be appended to the old 10 Million rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be done and how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525507#M196407</guid>
      <dc:creator />
      <dc:date>2013-10-28T12:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525508#M196408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanislav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem comes either from the QUALIFY either from the structure of your tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- When structures are different QlikView gives a name TABLE then TABLE-1. But i don't think this is your pb otherwise you would have a lot of $syn fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So let's see the other possibility&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- When you use Qualify your fields are stored under TABLE.FieldName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is&amp;nbsp; "Doc_1.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you append fields into Doc_2.qvw (using binary&amp;nbsp; Load Doc_1.qvw)&amp;nbsp; you have an original TABLE with TABLE.FieldName which is loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You load then (with a QUALIFY *) your new records into TABLE. But if structures are the same, the names are different because first TABLE has TABLE.FieldName and append has FieldName not yet prefixed by TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this gives TABLE-1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this you must use ALIAS or do the Qualify on the whole table after append.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is clear. check exemple to understand how it works&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;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525508#M196408</guid>
      <dc:creator />
      <dc:date>2013-10-28T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525509#M196409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly, Chris, I'm so sorry. I didn't check your examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood everything untill your sentece:&lt;/P&gt;&lt;P&gt;"To avoid this you must use ALIAS or do the Qualify on the whole table after append."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the qualify on the whole table after append ?? could you please explain it to me on my example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 13:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525509#M196409</guid>
      <dc:creator />
      <dc:date>2013-10-28T13:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525510#M196410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stanislas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should check exemples, it explains your pb with qualify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is what you do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc_1.qvw&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;unqualify YourKey;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD * From....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives T.Field_1, T.Field_2...T.Field_N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc_2.qvw&lt;/P&gt;&lt;P&gt;Binary Doc_1.qvw&amp;nbsp; loads table T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;unqualify YourKey;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD * From....(new records)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives T-1.Field_1, T-1.Field_2...T-1.Field_N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO TO AVOID THIS, either your replace your QUALIFY *&amp;nbsp; by alias (Field_1 AS T.Field_1) when you load either you don't qualify table T unless all records are loaded into Doc_2.qvw BECAUSE "Qualify" statement operates after loading &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 13:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525510#M196410</guid>
      <dc:creator />
      <dc:date>2013-10-28T13:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525511#M196411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is clear NOW after you told me "qualify operates after loading".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any method to rename dynamically all fields as rename all Fields to $(vTable).Field&lt;/P&gt;&lt;P&gt;loop at fields&lt;/P&gt;&lt;P&gt;for each field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rename actual Field TO $(vTable).Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end for&lt;/P&gt;&lt;P&gt;end loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 13:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525511#M196411</guid>
      <dc:creator />
      <dc:date>2013-10-28T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525512#M196412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;P&gt;if you do need table T in both qvw i would do one T qualified for doc_1 and one T not qualified for doc_2&lt;/P&gt;&lt;P&gt;Doc_1&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;LOAD * ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;noconcatenate &lt;/P&gt;&lt;P&gt;LOAD * resident Tmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc_2&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;LOAD *&amp;nbsp;&amp;nbsp; from new records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table T;&lt;/P&gt;&lt;P&gt;qualify *&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD * resident Tmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop talbe Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll get talbe T in doc_1&amp;nbsp; and in doc_2 with new records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 14:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525512#M196412</guid>
      <dc:creator />
      <dc:date>2013-10-28T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525513#M196413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my approach is a little bit different. I would like to do the best twice binary .qvw (but this is not possible at the moment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I've created a script where new data should be appended to old ones. First table Table1 would come from binary.qvw, tmp should new records. Is it possible to change the column names in tmp dynamically without making a copy? This woun't work because there is already a column named Table1.Feld1 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1 = old data&lt;/P&gt;&lt;P&gt;tmp = new data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;qualify *;&lt;BR /&gt;Table1:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Feld1, Feld2&lt;BR /&gt;1,2&lt;BR /&gt;3,4&lt;BR /&gt;5,6&lt;BR /&gt;7,8]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;unqualify&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//concatenate&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;noConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;tmp:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Feld1, Feld2&lt;BR /&gt;25,60&lt;BR /&gt;27,80&lt;BR /&gt;28,90&lt;BR /&gt;29,100&lt;BR /&gt;30,110]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;For&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;f&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfFields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('tmp')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vFieldOld&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(f)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'tmp');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vFieldNew&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Table1.$(vFieldOld)';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;RENAME&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vFieldOld)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vFieldNew)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Next&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;f&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 14:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525513#M196413</guid>
      <dc:creator />
      <dc:date>2013-10-28T14:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView how to reduce loading time with binary .qvw with qualify '*'</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525514#M196414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've no idea for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my point of view, the simpliest is the best. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&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, 28 Oct 2013 14:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-how-to-reduce-loading-time-with-binary-qvw-with-qualify/m-p/525514#M196414</guid>
      <dc:creator />
      <dc:date>2013-10-28T14:55:56Z</dc:date>
    </item>
  </channel>
</rss>

