<?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 Qlikview Join , scenario in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1653948#M448021</link>
    <description>&lt;P&gt;&amp;nbsp;I have two tables in a way that Table 1 has columns A,B,C,D,E and Table 2 has Columns A,Q,R,S,T. In Qlikview table viewer, they are connected on Column A (Not join). Now I have got a third table, Table 3 with column B and Q. I want to show the data in the dashboard which would match B and Q combination from table 3.&lt;/P&gt;&lt;P&gt;How should I achieve that? I somehow implemented that using lot of joins and drops, but is there an easy way? How should I implement this with right join?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:47:20 GMT</pubDate>
    <dc:creator>sujit_nath</dc:creator>
    <dc:date>2024-11-16T01:47:20Z</dc:date>
    <item>
      <title>Qlikview Join , scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1653948#M448021</link>
      <description>&lt;P&gt;&amp;nbsp;I have two tables in a way that Table 1 has columns A,B,C,D,E and Table 2 has Columns A,Q,R,S,T. In Qlikview table viewer, they are connected on Column A (Not join). Now I have got a third table, Table 3 with column B and Q. I want to show the data in the dashboard which would match B and Q combination from table 3.&lt;/P&gt;&lt;P&gt;How should I achieve that? I somehow implemented that using lot of joins and drops, but is there an easy way? How should I implement this with right join?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1653948#M448021</guid>
      <dc:creator>sujit_nath</dc:creator>
      <dc:date>2024-11-16T01:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Join , scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1653954#M448022</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you need to join the tables because if you are loading them without you will get a circular reference.&lt;/P&gt;&lt;P&gt;What kind of join (left, right, inner outer) is depending on which datas you want. Is there a master table?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 08:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1653954#M448022</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-12-04T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Join , scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1653955#M448023</link>
      <description>&lt;P&gt;if table 3 has only B and Q you can go like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Load * from Table3;
left join Load * from Table 2;
left join Load * from Table 1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: didnt see that you want to keep Table 1 and 2 seperate&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;3: Load * from Table 3;
2: Load * from Table 2 where exists(Q);
1: Load B,C,D,E from Table 1 where exists(A) AND exists(B);&lt;/LI-CODE&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;tim&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1653955#M448023</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2019-12-04T09:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Join , scenario</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1656662#M448355</link>
      <description>&lt;P&gt;Did Tim's post get you a working solution for your use case?&amp;nbsp; If so, be sure to come back to the thread and use the Accept as Solution button on his post to give him credit for the assistance and to let other Community Members know this worked for the use case.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only place I could point you to try to find some other ideas is the Design Blog area, here is the base URL, you can search yourself, as I was not exactly sure what you needed on this one, but I suspect you can find some posts that may be of some help to you.&amp;nbsp; I generally start with a single term, see what pops up and then use other words from that first search to narrow things down etc.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 16:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Join-scenario/m-p/1656662#M448355</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-11T16:33:15Z</dc:date>
    </item>
  </channel>
</rss>

