<?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: Some questions Resident LOAD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132429#M914645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just supply a relevant name before Load keyword &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 08:54:19 GMT</pubDate>
    <dc:creator>kamal_sanguri</dc:creator>
    <dc:date>2016-05-24T08:54:19Z</dc:date>
    <item>
      <title>Some questions Resident LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132423#M914639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some questions regarding Loads and Resident loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a number of clients, so my plan was to in the first tab read in all data, and then load resident from that initial table in the other tabs for each specific client. But I would like to have the table named and available in the list below. Qualify is so disturbing with adding it's prefix. Anyway of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also like to know the difference between load resident, noconcatenate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="125527" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125527_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132423#M914639</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions Resident LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132424#M914640</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;If you load an inline table and then do a resident load... the table created by resident load will be merged with the inline table which you loaded earlier and you would not see your new table in table viewer. What you will see only the inline table with duplicate set of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you use Noconcatenate before doing resident load then your new table will not be merged with the inline table but it will create synthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, If you are creating a table inline and then doing a resident load then you should drop the inline table just after resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132424#M914640</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2016-05-24T08:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions Resident LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132425#M914641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok cool thanks. Any input on naming the table so I can choose it from the list of tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132425#M914641</guid>
      <dc:creator />
      <dc:date>2016-05-24T08:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions Resident LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132426#M914642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You could use a &lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR EACH&lt;/SPAN&gt; loop to extract data from the initial table that relates to a particular client. For example, imagine that you have clients ABC DEF and GHI, then you can add something like this to your second script tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR EACH vClient IN 'ABC', 'DEF', 'GHI'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [$(vClient)_Facts]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOCONCATENATE LOAD * RESIDENT InitialFacts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE Client = '$(vClient)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will still have to make sure that you're not creating a gigantic synthetic key because of all fields in the three tables having the same name. That's why the QUALIFY/UNQUALIFY statements were invented. They are very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD RESIDENT&lt;/SPAN&gt; and &lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt; are two different things&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD RESIDENT&lt;/SPAN&gt; is a statement that instructs the script engine to create a new table or add to an existing table and use a &lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT&lt;/SPAN&gt; table as data source (in contrast to for example LOAD FROM).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt; is a prefix that can be used with any LOAD statement to block the script engine from adding the loaded records to an existing table that looks the same (autoconcatenate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the first example, &lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt; and &lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD RESIDENT&lt;/SPAN&gt; can be used together without any problem. In this example, we use it to force the creation of a new table during every loop although we load the exact same set of columns over and over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132426#M914642</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-24T08:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions Resident LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132427#M914643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes sense, do you know of any idea of naming the table without using qualify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132427#M914643</guid>
      <dc:creator />
      <dc:date>2016-05-24T08:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions Resident LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132428#M914644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example, tables will be named &lt;SPAN style="font-family: 'courier new', courier;"&gt;ABC_Facts&lt;/SPAN&gt;, &lt;SPAN style="font-family: 'courier new', courier;"&gt;DEF_Facts&lt;/SPAN&gt; and &lt;SPAN style="font-family: 'courier new', courier;"&gt;GHI_Facts&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Feel free to modify according to your preferences.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132428#M914644</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-24T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions Resident LOAD</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132429#M914645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just supply a relevant name before Load keyword &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions-Resident-LOAD/m-p/1132429#M914645</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2016-05-24T08:54:19Z</dc:date>
    </item>
  </channel>
</rss>

