<?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: Re: Join tables with condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552117#M206219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I write the conditions of the example (the colors show the groups):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="50315" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/50315_pastedImage_0.png" style="width: 620px; height: 426px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Table1 has two groups (YEAR-T1_ID). Each group has the same DENOM value.&lt;/LI&gt;&lt;LI&gt;Table2 has three groups (YEAR-T2_ID)&lt;/LI&gt;&lt;LI&gt;Target table and Table2 must have the same number of records.&lt;/LI&gt;&lt;LI&gt;For the first group of Table2, I have to check that ID values (1111, 2222) match with a group of Table1. In this case, it gets Denomination1.&lt;/LI&gt;&lt;LI&gt;For the second group of Table2, I have to check that ID value (1111) math with a group of Table1 but it's not possible because there isn't a group with only 1111.&lt;/LI&gt;&lt;LI&gt;For the third group of Table2, I have to check that ID values (1111, 3333, 4444) match with a group of Table1. In this case, ID values 1111 and 3333 math with T1_ID = 1, so it gets Denomination2 (only for ID values 1111 and 3333).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 10:36:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-11T10:36:46Z</dc:date>
    <item>
      <title>Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552108#M206210</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 want to join the next tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;YEAR&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;T1_ID&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;ID&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;DENOM&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2222&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3333&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;YEAR&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;T2_ID&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;ID&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2222&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3333&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;4444&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target that I have to reach:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;YEAR&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;T2_ID&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;ID&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;DENOM&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2222&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;1111&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3333&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Denomination2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;4444&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have to check that each T2_ID have all ID from Table1, to take DENOM value. For example, T2_ID = 2, has no DENOM value because only with ID = 1111 is not possible. It would be &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;necessary another row with ID = 2222 or ID = 3333.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;However, T2_ID = 3, with ID in (1111, 3333), take Denomination2 value although it's not available for all rows (ID = 4444).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;How can I do that in the script?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 08:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552108#M206210</guid>
      <dc:creator />
      <dc:date>2013-12-10T08:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552109#M206211</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;you say "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;For example, T2_ID = 2, has no DENOM value because only with ID = 1111 is not possible.&lt;/SPAN&gt;" - T2_ID =2 has an ID = 1111, and a YEAR=2012, so it has Denom1 and Denom2 in Table1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid I have not understood your requirements...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552109#M206211</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-12-10T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552110#M206212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table 1 works like an group with fields YEAR-T1_ID. So, T2_ID = 1 matchs in group 1 (T1_ID = 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, T2_ID = 2 don't match with any group because it needs ID = 2222, to get Denomination1, or ID = 3333, to get Denomination2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have explained better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552110#M206212</guid>
      <dc:creator />
      <dc:date>2013-12-10T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552111#M206213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, I need to do this because I want that when user choose "Denomination1", it only appears T2_ID = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without this join, if user choose ID values 1111 and 2222, it will appear all T2_ID values and I don't want that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 11:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552111#M206213</guid>
      <dc:creator />
      <dc:date>2013-12-10T11:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552112#M206214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked for in forums but I have not found a solution for this issue. On the other hand, there isn't an easy way to select dimension values and works like an AND clause. I have seen in the web a similar example to change the selection mode. This example solves the problem with the selection mode when you select different dimensions, but I want to change the mode when I select an only dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select, for example, two values in a dimension I want the AND mode not the OR mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 15:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552112#M206214</guid>
      <dc:creator />
      <dc:date>2013-12-10T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552113#M206215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikviewers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I keep thinking about&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;how to solve this problem. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Do you think it's better change the sql views that I have now? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 08:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552113#M206215</guid>
      <dc:creator />
      <dc:date>2013-12-11T08:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552114#M206216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to check if I hve understood correctly: all values YEAR and ID from table2 need to be in Table1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 08:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552114#M206216</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-12-11T08:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552115#M206217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it's not necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, ID = 4444 is not in Table1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552115#M206217</guid>
      <dc:creator />
      <dc:date>2013-12-11T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552116#M206218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry but I do not understand the rules that make a record in the resultant table. Could you please explain where does every record in the resultant table come from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552116#M206218</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-12-11T09:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Join tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552117#M206219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I write the conditions of the example (the colors show the groups):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="50315" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/50315_pastedImage_0.png" style="width: 620px; height: 426px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Table1 has two groups (YEAR-T1_ID). Each group has the same DENOM value.&lt;/LI&gt;&lt;LI&gt;Table2 has three groups (YEAR-T2_ID)&lt;/LI&gt;&lt;LI&gt;Target table and Table2 must have the same number of records.&lt;/LI&gt;&lt;LI&gt;For the first group of Table2, I have to check that ID values (1111, 2222) match with a group of Table1. In this case, it gets Denomination1.&lt;/LI&gt;&lt;LI&gt;For the second group of Table2, I have to check that ID value (1111) math with a group of Table1 but it's not possible because there isn't a group with only 1111.&lt;/LI&gt;&lt;LI&gt;For the third group of Table2, I have to check that ID values (1111, 3333, 4444) match with a group of Table1. In this case, ID values 1111 and 3333 math with T1_ID = 1, so it gets Denomination2 (only for ID values 1111 and 3333).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 10:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-condition/m-p/552117#M206219</guid>
      <dc:creator />
      <dc:date>2013-12-11T10:36:46Z</dc:date>
    </item>
  </channel>
</rss>

