<?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: how to join to tables from different data sources in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453948#M169381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same difference &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2012 13:16:47 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-10-25T13:16:47Z</dc:date>
    <item>
      <title>how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453944#M169377</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;i have 2 connections in my Qlikview dashboard. 1 table called orders with an id field and other table with customer information from another data source pulling field in.&lt;/P&gt;&lt;P&gt;i want to join them on the id field where it only pulls data from the customer table if the id is present in the orders table, i know you can alais the field to give them a full join but that is not what i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453944#M169377</guid>
      <dc:creator />
      <dc:date>2012-10-25T12:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453945#M169378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;your query 1&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (Table1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * WHERE EXISTS (id); &lt;/P&gt;&lt;P&gt;SELECT * FROM Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, that will still fetch all the records from Table2. There's no easy way around it I'm afraid (or at least one that doesn't break easily).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453945#M169378</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-25T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453946#M169379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the tables are from 2 different databases. so it looks like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect to database a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;your query 1&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect to database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;your query 2&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453946#M169379</guid>
      <dc:creator />
      <dc:date>2012-10-25T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453947#M169380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the tables are from 2 different databases. so it looks like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect to database a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;your query 1&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect to database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;your query 2&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453947#M169380</guid>
      <dc:creator />
      <dc:date>2012-10-25T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453948#M169381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same difference &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453948#M169381</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-25T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453949#M169382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi it doesn't work though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where should i be putting the left join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453949#M169382</guid>
      <dc:creator />
      <dc:date>2012-10-25T13:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453950#M169383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to be more specific it looks like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; ODBC Connect xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;orders:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;load&amp;nbsp; aaa, bbb&amp;nbsp; , cccc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sql select aaa, bbb,ccc &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;from abc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;odbc connect xxxx &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;load&amp;nbsp; aaa, dddd&amp;nbsp; , eeee;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sql select aaa, ddd,ceee&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;from dbe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;i want to join aaa in orders to aaa in the other table, i want want aaa in the other table where there is an aaa which matches in orders?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453950#M169383</guid>
      <dc:creator />
      <dc:date>2012-10-25T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to join to tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453951#M169384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to be more specific it looks like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; ODBC Connect xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;orders:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;load&amp;nbsp; aaa, bbb&amp;nbsp; , cccc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sql select aaa, bbb,ccc &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;from abc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;odbc connect xxxx &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;load&amp;nbsp; aaa, dddd&amp;nbsp; , eeee;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sql select aaa, ddd,ceee&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;from dbe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;i want to join aaa in orders to aaa in the other table, i want want aaa in the other table where there is an aaa which matches in orders?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-to-tables-from-different-data-sources/m-p/453951#M169384</guid>
      <dc:creator />
      <dc:date>2012-10-25T13:28:33Z</dc:date>
    </item>
  </channel>
</rss>

