<?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: How to make a Join (in Data model) where 'id' is not exists then join to other IDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243009#M857566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this meets your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 21:43:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-26T21:43:47Z</dc:date>
    <item>
      <title>How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242995#M857552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expertis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a one requirement about make a data model use the below requirements.&lt;/P&gt;&lt;P&gt;i have a two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabel1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id variable having data like&amp;nbsp;&amp;nbsp; 'Ref_id','Mi_Ref'&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2&lt;/P&gt;&lt;P&gt;id,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id variable having data like&amp;nbsp; 'Ref_id'&lt;/P&gt;&lt;P&gt;Adress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are other Tables has to join to these two tables now my question is how to join(in data model) table1 and Table2 where 'id' is not exists then Mi-Ref need to give the information in front end level or join to 'Mi_ref',obviously when id is exists then it will display all the related 'id' data in front side but i dont know how to show 'Mi_ref ' data when i select 'Mi_ref' because in the data model they are joined using 'Id's .i dont know does it make sense or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&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/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242995#M857552</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242996#M857553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Subfield (id, ',') as id&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;From xxxxxx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Id, Address&lt;/P&gt;&lt;P&gt;From yyyy;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 19:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242996#M857553</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T19:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242997#M857554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try using a link table using Vineeth's logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tabel1:&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;id as Table1ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from xxxxx;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LinkTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Subfield (Table1ID, ',') as Table2ID&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Table1;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;id as Table2ID,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Addresss&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from xxxxxxxx;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 20:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242997#M857554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T20:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242998#M857555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do we need a link table when we have a direct association??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 20:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242998#M857555</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T20:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242999#M857556</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;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me , i will elaborate more&amp;nbsp; my requirements i have a data model like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Datamodel.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150995_Datamodel.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150996_Table.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to join 'comtable' into my data model ,comtable contains combinations of values like 'RET100' and '111a' these are te information avaiable in different tables like 111a-AGTable&amp;nbsp; and RET100-CTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how do i join comtable into other table? if i join to&amp;nbsp; Ctable i wouldn't get AGTable data&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt; join to AGTable&amp;nbsp; ,not able to get Ctable data in front end charts right,&lt;/P&gt;&lt;P&gt;how do i resolve this .&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;As per your logic if i create link table it will be forming circular reference right(it was my mistake didnt expalin clearly )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1242999#M857556</guid>
      <dc:creator />
      <dc:date>2017-01-26T21:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243000#M857557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use join use apply map instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map comtable value for the other tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243000#M857557</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T21:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243001#M857558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243001#M857558</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T21:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243002#M857559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I'm assuming it can't be both the A_ID,D_id, and C_id simultaneously.&lt;/P&gt;&lt;P&gt;So I would think you could just add a field to your fact table named ID.&amp;nbsp; Calculated something like:&lt;/P&gt;&lt;P&gt;=if(not isnull(D_id),D_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(not isnull(A_ID), A_ID,C_id))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243002#M857559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243003#M857560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to visualise more charts based on Comtable so i need to keep it that table and get&amp;nbsp; more variable from that table.is there any other alternate ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243003#M857560</guid>
      <dc:creator />
      <dc:date>2017-01-26T21:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243004#M857561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good call.&amp;nbsp; If you really are linking tables with just 1 field definitely go for applymap!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243004#M857561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T21:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243005#M857562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having island tables is not recommended &lt;/P&gt;&lt;P&gt;Can you post excel file with dummy data for each table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243005#M857562</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T21:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243006#M857563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atkinson,&lt;/P&gt;&lt;P&gt;this solution is very close to me but i am not able go through it ,is that possible can you please guide me on my sample application ,I am attaching sample for your reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243006#M857563</guid>
      <dc:creator />
      <dc:date>2017-01-26T21:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243007#M857564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Atkins you are right and i have more fields in that table for your example i have keep it only 2 fileds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243007#M857564</guid>
      <dc:creator />
      <dc:date>2017-01-26T21:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243008#M857565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached Sample Apps and Sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243008#M857565</guid>
      <dc:creator />
      <dc:date>2017-01-26T21:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243009#M857566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this meets your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243009#M857566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T21:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243010#M857567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Hi Atkinson ,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Unfortunately the RET selection doesn't working&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 10:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243010#M857567</guid>
      <dc:creator />
      <dc:date>2017-01-27T10:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a Join (in Data model) where 'id' is not exists then join to other IDs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243011#M857568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's because the RET isn't on the Fact table.&amp;nbsp; I thought you wanted to link through the fact table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you could do something like the attachment.&amp;nbsp; But it may or may not work depending on your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-Join-in-Data-model-where-id-is-not-exists-then/m-p/1243011#M857568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-27T15:53:54Z</dc:date>
    </item>
  </channel>
</rss>

