<?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: Logical Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732056#M262156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Join_(SQL)" title="http://en.wikipedia.org/wiki/Join_(SQL)"&gt;Join (SQL) - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It depends on multiple factors like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of &lt;STRONG&gt;fields&lt;/STRONG&gt; in column between the two tables&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of &lt;STRONG&gt;field values&lt;/STRONG&gt; common&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 11:14:34 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-08-07T11:14:34Z</dc:date>
    <item>
      <title>Logical Question</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732052#M262152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is three tables-A with 25 records,&lt;/P&gt;&lt;P&gt;B with 15 records and C with 30 records. &lt;/P&gt;&lt;P&gt;And you are doing Left Join Between A and B, &lt;/P&gt;&lt;P&gt;right join between B and C . What would be the end result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Villyee Anderson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732052#M262152</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-08-07T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Question</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732053#M262153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Villyee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be 30 recordes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from first join you will get 25 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second will get 30 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732053#M262153</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-08-07T10:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Question</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732054#M262154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Villyee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on the column common between the tables.&lt;/P&gt;&lt;P&gt;If there is no common column, then it becomes a cartesian product. First join will result in 25x15=375 rows and Second join will result in 30x15=450 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a common column between the tables, then&lt;/P&gt;&lt;P&gt;First join will result 25 rows&lt;/P&gt;&lt;P&gt;Second Join will result in 30 rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732054#M262154</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-08-07T11:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Question</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732055#M262155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Villyee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After apply the join condition in table A,B &amp;amp; C&amp;nbsp; &lt;/P&gt;&lt;P&gt;A Left join B then you will get 25 records&lt;/P&gt;&lt;P&gt;and B Right join C then you will get the 30 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732055#M262155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Question</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732056#M262156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Join_(SQL)" title="http://en.wikipedia.org/wiki/Join_(SQL)"&gt;Join (SQL) - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It depends on multiple factors like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of &lt;STRONG&gt;fields&lt;/STRONG&gt; in column between the two tables&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of &lt;STRONG&gt;field values&lt;/STRONG&gt; common&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732056#M262156</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-07T11:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Question</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732057#M262157</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 can know that the minimum will be 30 rows, in case there are no coincidences between tables. In other case it depends on coincidendes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 560px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" colspan="2" height="20" style="border-right: .5pt solid black;" width="160"&gt;Table A&lt;/TD&gt;&lt;TD class="xl63" colspan="2" style="border-left: none;" width="160"&gt;Table B&lt;/TD&gt;&lt;TD class="xl63" colspan="3" style="border-right: .5pt solid black;" width="240"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;ID&lt;/TD&gt;&lt;TD class="xl66"&gt;DataA&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;ID&lt;/TD&gt;&lt;TD&gt;DataB&lt;/TD&gt;&lt;TD class="xl65"&gt;ID&lt;/TD&gt;&lt;TD&gt;DataA&lt;/TD&gt;&lt;TD class="xl66"&gt;DataB&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20"&gt;1&lt;/TD&gt;&lt;TD class="xl66"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;"&gt;1&lt;/TD&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD class="xl66"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20"&gt;2&lt;/TD&gt;&lt;TD class="xl66"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;"&gt;1&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD class="xl66"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;3&lt;/TD&gt;&lt;TD class="xl68"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl70"&gt;F&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD class="xl66"&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;2&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD class="xl66"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;3&lt;/TD&gt;&lt;TD class="xl70"&gt;C&lt;/TD&gt;&lt;TD class="xl68"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are no coincidences, in left join Table A remains the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732057#M262157</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-08-07T11:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Question</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732058#M262158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Question/m-p/732058#M262158</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-08-07T11:36:20Z</dc:date>
    </item>
  </channel>
</rss>

