<?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: Basic Table Join Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757506#M1030128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go for treseco's solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 08:40:38 GMT</pubDate>
    <dc:creator>Michiel_QV_Fan</dc:creator>
    <dc:date>2015-02-06T08:40:38Z</dc:date>
    <item>
      <title>Basic Table Join Question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757502#M1030124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings of the Day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question, I have two tables&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt; &lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77233_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;and Table2:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/77267_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I am expecting a result like&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/77268_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;i.e all the fields from Table1 should be retained but incase if the key matches with Table2, then the value (A and B) of Table2 should take precedence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand(think so) join, keep and concatenation but i'm unable to figure out this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please show me how to do this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757502#M1030124</guid>
      <dc:creator />
      <dc:date>2015-02-06T08:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Table Join Question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757503#M1030125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the logic that the 'highest' value must be shown (A11 is higher than A1)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757503#M1030125</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2015-02-06T08:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Table Join Question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757504#M1030126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your prompt reply Michiel, the logic is that the values of Table2 should always take precedence( or to say overwrite Table1 values) if the Key Matches&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757504#M1030126</guid>
      <dc:creator />
      <dc:date>2015-02-06T08:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Table Join Question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757505#M1030127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Mapping Load Key, &lt;STRONG&gt;A&lt;/STRONG&gt; From Table2;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Mapping Load Key, &lt;STRONG&gt;B&lt;/STRONG&gt; From Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Table&lt;STRONG&gt;A&lt;/STRONG&gt;', A) As A, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Table&lt;STRONG&gt;B&lt;/STRONG&gt;', B) As B&lt;/P&gt;&lt;P&gt;From Table1;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757505#M1030127</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-06T08:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Table Join Question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757506#M1030128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go for treseco's solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757506#M1030128</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2015-02-06T08:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Table Join Question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757507#M1030131</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;I recommend you Tresesco do to use apply map function. For more useful information to this function follow the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757507#M1030131</guid>
      <dc:creator>maternmi</dc:creator>
      <dc:date>2015-02-06T08:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Table Join Question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757508#M1030132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Appreciate your prompt response &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;. Ive been working on QlikView for a couple of months now and regularly visit the community and you are among the few i look upto in terms of knowledge.&lt;/P&gt;&lt;P&gt;But looks like i underestimated the situation at hand, yes im sure your response will work perfectly with the scenario i listed(which was actually a torn down version of my problem). Actually i have a PriceList which i filled with Previous available values and this NewPriceList needs to get mapped on the old list. Its not working on my application, looks like i need to dig deeper to find how the columns are interacting.&lt;/P&gt;&lt;P&gt;Anyways really appreciate your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a Great Day...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Table-Join-Question/m-p/757508#M1030132</guid>
      <dc:creator />
      <dc:date>2015-02-06T09:30:34Z</dc:date>
    </item>
  </channel>
</rss>

