<?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: Joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173549#M906825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What the final output need to look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="294"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="98"&gt;&lt;STRONG&gt;East Central&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="98"&gt;&lt;STRONG&gt;East&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;East Central&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;East&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 14:01:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-22T14:01:28Z</dc:date>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173544#M906820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three tables. The Division table is joined by RegionData1 for the Data1 table and RegionData2 for the Data2 table. I do not want to see values for the Division table if the values do not exist in the data tables. I'm asusming a join is needed but not sure how to join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;/P&gt;&lt;P&gt;Division&lt;/P&gt;&lt;P&gt;Data1&lt;/P&gt;&lt;P&gt;Data2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The example shown is in Excel but this is actually a SQL Script&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/Joins/m-p/1173544#M906820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173545#M906821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mrJohn,&lt;/P&gt;&lt;P&gt;Load first Regions tables, and then Division with exists on where:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14666029771508713 jive_text_macro" jivemacro_uid="_14666029771508713" modifiedtitle="true"&gt;
&lt;P&gt;Directory;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Book1.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Data1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Directory;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Book1.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Data2);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Directory;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Book1.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Division)&lt;/P&gt;
&lt;P&gt;WHERE EXISTS(regionData1) or Exists(regionData2);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/1173545#M906821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173546#M906822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;final:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Division);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Data1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Data2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;final1:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident final where len(IdPK1)&amp;lt;&amp;gt;0 or len(IdPK2)&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;P&gt;drop table final;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/1173546#M906822</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-06-22T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173547#M906823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would you want the final output to look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/1173547#M906823</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-22T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173548#M906824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Essentailly a LEFT JOIN for both Data1 and Data2 to the Divisions Table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/1173548#M906824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173549#M906825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What the final output need to look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="294"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="98"&gt;&lt;STRONG&gt;East Central&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="98"&gt;&lt;STRONG&gt;East&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;East Central&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;East&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 14:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/1173549#M906825</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-22T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/1173550#M906826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 14:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/1173550#M906826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T14:02:29Z</dc:date>
    </item>
  </channel>
</rss>

