<?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: LOAD a [mapping] table IN ADDITION to already existing table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794572#M662607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter, many thanks! This approach works. Using your code, I can extract tables from another QVW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, being a QV newbie, I see this approach a bit awkward: &lt;/P&gt;&lt;P&gt;- the table is already available &lt;/P&gt;&lt;P&gt;- but we need to save the table externally &lt;/P&gt;&lt;P&gt;- and reimport it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why duplicate the table that we already have in the original QVW file? &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you know of there is any other way to accomplish this without reexport? More in the stream like I replied to Colin above.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 10:16:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-02T10:16:51Z</dc:date>
    <item>
      <title>LOAD a [mapping] table IN ADDITION to already existing table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794568#M662603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still cannot find the solution to a simple problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have a QV file, in which I have a table. Let's call the table &lt;STRONG&gt;TABLE_ORIGINAL&lt;/STRONG&gt;. It does not matter where the data came from. What matters is: the &lt;STRONG&gt;TABLE_ORIGINAL &lt;/STRONG&gt;&lt;STRONG&gt;is already in QV, and it cannot be reloaded from any external source&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I need to augment the &lt;STRONG&gt;TABLE_ORIGINAL &lt;/STRONG&gt;with a mapping table. Let's call it &lt;STRONG&gt;TABLE_MAPPING&lt;/STRONG&gt;. E.g. to allocate different companies from &lt;STRONG&gt;TABLE_ORIGINAL &lt;/STRONG&gt;to regions coming from &lt;STRONG&gt;TABLE_MAPPING&lt;/STRONG&gt;. Generally speaking, I need to add a mapping table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. But I need to load this &lt;STRONG&gt;TABLE_MAPPING&lt;/STRONG&gt; and RETAIN the &lt;STRONG&gt;TABLE_ORIGINAL&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course if I just re-run the script with only MAPPING LOAD of &lt;STRONG&gt;TABLE_MAPPING&lt;/STRONG&gt;, it will erase the &lt;STRONG&gt;TABLE_ORIGINAL&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I keep &lt;STRONG&gt;TABLE_ORIGINAL&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw this but was unable to find a case for my problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/57924"&gt;Types of loads in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794568#M662603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-30T09:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD a [mapping] table IN ADDITION to already existing table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794569#M662604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Resident &lt;/STRONG&gt; to load data from a table already in memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794569#M662604</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-30T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD a [mapping] table IN ADDITION to already existing table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794570#M662605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new QVW document that does two simple script things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;BINARY PathToYourOriginalQVWWithTABLE_ORIGINAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;STORE TABLE_ORIGINAL INTO TABLE_ORIGINAL.QVD (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have the table that cannot be recreated in a QVD. Reload the original document whereby you get TABLE_ORIGINAL from the QVD. Then do a LEFT JOIN of this table to itself whereby you translate every company into a region using the TALBE_MAPPING.&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>Fri, 30 Jan 2015 09:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794570#M662605</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-30T09:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD a [mapping] table IN ADDITION to already existing table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794571#M662606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still struggling.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;TABLE_ORIGINAL&lt;/STRONG&gt;&lt;/SPAN&gt; was loaded by another user from some local QVDs. I do not have access to them. But I still see &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;TABLE_ORIGINAL&lt;/STRONG&gt;&lt;/SPAN&gt; in Table Manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script, I put the following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident &lt;/STRONG&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;TABLE_ORIGINAL;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And QV gives me "&lt;STRONG&gt;Table not found&lt;/STRONG&gt;" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the manuals, I see that &lt;SPAN style="text-decoration: underline;"&gt;Resident only applies if you have the Load statement for &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;TABLE_ORIGINAL&lt;/STRONG&gt; before the Resident&lt;/SPAN&gt; statement. But this is not my case. I cannot reload the &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TABLE_ORIGINAL&lt;/STRONG&gt; because I do not have it anymore.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 10:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794571#M662606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T10:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD a [mapping] table IN ADDITION to already existing table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794572#M662607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter, many thanks! This approach works. Using your code, I can extract tables from another QVW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, being a QV newbie, I see this approach a bit awkward: &lt;/P&gt;&lt;P&gt;- the table is already available &lt;/P&gt;&lt;P&gt;- but we need to save the table externally &lt;/P&gt;&lt;P&gt;- and reimport it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why duplicate the table that we already have in the original QVW file? &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you know of there is any other way to accomplish this without reexport? More in the stream like I replied to Colin above.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 10:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794572#M662607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T10:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD a [mapping] table IN ADDITION to already existing table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794573#M662608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;Use partial reload, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TABLE_MAPPING:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Replace load &lt;/P&gt;&lt;P&gt;Col1,&lt;/P&gt;&lt;P&gt;Col2&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from source.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see below doc .. will help you .&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5427"&gt;Partial Reload Easy and Simple&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 10:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794573#M662608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD a [mapping] table IN ADDITION to already existing table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794574#M662609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Indeed it helps!&lt;/P&gt;&lt;P&gt;1. I added &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TABLE_MAPPING: &lt;/STRONG&gt;&lt;STRONG&gt;REPLACE LOAD...&lt;/STRONG&gt; in the script;&lt;/P&gt;&lt;P&gt;2. Then I ran &lt;STRONG&gt;Partial reload&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I got &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TABLE_MAPPING &lt;/STRONG&gt;in QV! &lt;/P&gt;&lt;P&gt;Will look into the doc you provided in more detail to see if I can get &lt;STRONG&gt;ApplyMap()&lt;/STRONG&gt; to work with the &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TABLE_ORIGINAL&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 10:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-a-mapping-table-IN-ADDITION-to-already-existing-table/m-p/794574#M662609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T10:48:55Z</dc:date>
    </item>
  </channel>
</rss>

