<?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: Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join/m-p/1746345#M721298</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9436"&gt;@parvez933&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I understood well, without common field, it is a Cartesian product, i.e. all possible rows combinations&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 10:49:24 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2020-09-23T10:49:24Z</dc:date>
    <item>
      <title>Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1746334#M721297</link>
      <description>&lt;P&gt;Good Day Everyone!&lt;/P&gt;&lt;P&gt;I am new to Qlikview. Please help in understanding the below scenario&lt;/P&gt;&lt;P&gt;In Qlik can we join 2 tables without any common field / key, without any alias and that to when the dimension table have 2 ID fields?!&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Fact_Table:&lt;/P&gt;&lt;P&gt;Load ID, Name from xxxxxxxxxxxxx;&lt;/P&gt;&lt;P&gt;Dimension_Table:&lt;/P&gt;&lt;P&gt;Load ID1, ID2, Date from xxxxxxxxxxx;&lt;/P&gt;&lt;P&gt;If I use a join (left/right/outer),&amp;nbsp; how the thinks gone a work!!!&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parvez&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1746334#M721297</guid>
      <dc:creator>parvez933</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1746345#M721298</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9436"&gt;@parvez933&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I understood well, without common field, it is a Cartesian product, i.e. all possible rows combinations&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 10:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1746345#M721298</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-09-23T10:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1746350#M721299</link>
      <description>&lt;P&gt;Hi Taoufiq,&lt;/P&gt;&lt;P&gt;The ID1, and ID2 from the 2nd table have some matching records with ID in first table!&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;ID, Name&lt;/P&gt;&lt;P&gt;10, ASD&lt;/P&gt;&lt;P&gt;11, SDD&lt;/P&gt;&lt;P&gt;12, DDD&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;ID1, ID2, Date&lt;/P&gt;&lt;P&gt;10, 23, xxxxx&lt;/P&gt;&lt;P&gt;23, 10, xxxxxx&lt;/P&gt;&lt;P&gt;11, 44, xxxxx&lt;/P&gt;&lt;P&gt;44, 11, xxxx&lt;/P&gt;&lt;P&gt;is this case can be handled!!&lt;/P&gt;&lt;P&gt;Both ID1, and ID2 are not matching with ID but some of the ID1, and ID2 will match with the ID.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parvez&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 10:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1746350#M721299</guid>
      <dc:creator>parvez933</dc:creator>
      <dc:date>2020-09-23T10:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Join</title>
      <link>https://community.qlik.com/t5/QlikView/Join/m-p/1754127#M721301</link>
      <description>&lt;P&gt;Going to drop in a couple of Help Doc links, this is the official doc on things, so should clear things up, and the other thing is some Design Blog link(s) depending upon what I can find related to Join that may potentially help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Join.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Join.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Keep.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Keep.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-join-use-Applymap-instead/ba-p/1467592" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-join-use-Applymap-instead/ba-p/1467592&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hopefully these will clarify things a bit better for you.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 13:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join/m-p/1754127#M721301</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-20T13:38:24Z</dc:date>
    </item>
  </channel>
</rss>

