<?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 Compare tables, how to join? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-tables-how-to-join/m-p/222923#M75497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two tables with following fields:&lt;/P&gt;&lt;P&gt;Table1: URL, bandwidth_up, bandwidth_down&lt;/P&gt;&lt;P&gt;Table2: URL&lt;/P&gt;&lt;P&gt;The URL's in Table2 can all be found in Table1. Moreover, Table1 got several URL's that are not in the point of interest.&lt;/P&gt;&lt;P&gt;The information I need is: How much bandwith_up and *_down is used by the URL's that can be found in Table2&lt;/P&gt;&lt;P&gt;Or if I ask in another way: How can I get rid of the URL's in Table1, that can not be found in Table2.&lt;/P&gt;&lt;P&gt;I do not know which way is more "elegant" and easier to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 10:14:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-14T10:14:10Z</dc:date>
    <item>
      <title>Compare tables, how to join?</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-tables-how-to-join/m-p/222923#M75497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two tables with following fields:&lt;/P&gt;&lt;P&gt;Table1: URL, bandwidth_up, bandwidth_down&lt;/P&gt;&lt;P&gt;Table2: URL&lt;/P&gt;&lt;P&gt;The URL's in Table2 can all be found in Table1. Moreover, Table1 got several URL's that are not in the point of interest.&lt;/P&gt;&lt;P&gt;The information I need is: How much bandwith_up and *_down is used by the URL's that can be found in Table2&lt;/P&gt;&lt;P&gt;Or if I ask in another way: How can I get rid of the URL's in Table1, that can not be found in Table2.&lt;/P&gt;&lt;P&gt;I do not know which way is more "elegant" and easier to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 10:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-tables-how-to-join/m-p/222923#M75497</guid>
      <dc:creator />
      <dc:date>2010-07-14T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Compare tables, how to join?</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-tables-how-to-join/m-p/222924#M75498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;You can use JOIN or Exists checking:&lt;/P&gt;&lt;P&gt;1) JOIN approach:&lt;/P&gt;&lt;P&gt;LOAD URL FROM Table2;&lt;/P&gt;&lt;P&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;LOAD * FROM Table1;&lt;/P&gt;&lt;P&gt;2) Exists approach:&lt;/P&gt;&lt;P&gt;tmpTable:&lt;/P&gt;&lt;P&gt;LOAD URL as URLForCheck FROM Table2;&lt;/P&gt;&lt;P&gt;LOAD * FROM Table1&lt;/P&gt;&lt;P&gt;WHERE Exists( URLForCheck, URL);&lt;/P&gt;&lt;P&gt;DROP TABLE tmpTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 10:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-tables-how-to-join/m-p/222924#M75498</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-07-14T10:35:15Z</dc:date>
    </item>
    <item>
      <title>Compare tables, how to join?</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-tables-how-to-join/m-p/222925#M75499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the exist solution works fine for me.&lt;/P&gt;&lt;P&gt;Tank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 11:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-tables-how-to-join/m-p/222925#M75499</guid>
      <dc:creator />
      <dc:date>2010-07-14T11:00:23Z</dc:date>
    </item>
  </channel>
</rss>

