<?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 connect 2 tables in a SQL loading call with innerjoin in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868824#M1244969</link>
    <description>&lt;P&gt;If you don't know basic SQL syntax, I'd recommend following up on that using SQL tutorials such as &lt;A href="https://www.w3schools.com/sql/" target="_blank"&gt;https://www.w3schools.com/sql/&lt;/A&gt; before attempting to load data into Qlik using SQL. You'll find it difficult to use Qlik in this manner without understanding SQL basics (though you can still use Qlik to load data from files or other sources).&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 21:07:56 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2021-12-09T21:07:56Z</dc:date>
    <item>
      <title>how to connect 2 tables in a SQL loading call with innerjoin</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868585#M1244962</link>
      <description>&lt;P&gt;i have 3&amp;nbsp; tabels&lt;/P&gt;
&lt;P&gt;Tabel:&amp;nbsp; SALES&amp;nbsp; , key fields:&amp;nbsp; &amp;nbsp; &amp;nbsp;OrderNr&amp;nbsp; (12345678) ,&amp;nbsp; DepartmentNr(1)&amp;nbsp; &amp;nbsp;OrderDate&amp;nbsp; (yymmdd) ,&amp;nbsp; ItemNr (12345678901234)&lt;/P&gt;
&lt;P&gt;Tabel:&amp;nbsp; COLOR,&amp;nbsp; &amp;nbsp;key fields:&amp;nbsp; &amp;nbsp; OrderNrYearDate ( yy12345678),&amp;nbsp; &amp;nbsp;OrderDepartmentNumbers (xxxxxxxxxx)&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tabel:&amp;nbsp; PRODUCTS,&amp;nbsp; &amp;nbsp;key fields:&amp;nbsp; &amp;nbsp; ProductNr(12345678901234) &amp;nbsp;&lt;/P&gt;
&lt;P&gt;A typecal request could be:&lt;/P&gt;
&lt;P&gt;Show&amp;nbsp; from&amp;nbsp; SALES&amp;nbsp; ,&amp;nbsp; where&amp;nbsp;&amp;nbsp;OrderDate = '211209'&amp;nbsp; &amp;nbsp;and&amp;nbsp;&amp;nbsp;OrderNr&amp;nbsp; &amp;nbsp;&amp;gt; 10000&amp;nbsp; and&amp;nbsp;OrderNr&amp;nbsp; &amp;nbsp;&amp;lt;&amp;nbsp; 90000&amp;nbsp; and in tabel COLOR&amp;nbsp; the&lt;/P&gt;
&lt;P&gt;OrderDepartmentNumbers =&amp;nbsp; '&amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'&amp;nbsp; &amp;nbsp; &amp;nbsp; and&amp;nbsp; OrderNrYearDate= '21'&amp;nbsp; &amp;amp;&amp;nbsp;OrderDate&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;then innerjoin&amp;nbsp;&amp;nbsp; &amp;nbsp;to tabel&amp;nbsp; PRODUCTS&amp;nbsp; where ProductNr=&amp;nbsp;SALES&amp;nbsp; (ItemNr&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;just don't know the correct syntax for that , thanks for help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868585#M1244962</guid>
      <dc:creator>JACKNIEKERK</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect 2 tables in a SQL loading call with innerjoin</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868594#M1244964</link>
      <description>&lt;P&gt;Qlik will automatically join tables based on fields with identical names (including capitalization, so Item and item are two different fields). You can rename your fields to create the joins you'd like to achieve.&lt;/P&gt;
&lt;P&gt;If you prefer, you can just load one SQL statements where all three tables are already joined - this will create a single table in Qlik with the result of the SQL.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 11:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868594#M1244964</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-09T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect 2 tables in a SQL loading call with innerjoin</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868822#M1244966</link>
      <description>&lt;P&gt;////&lt;SPAN&gt;If you prefer, you can just load one SQL statements where all three tables are already joined - this will create a single table in Qlik with the result of the SQL///&amp;nbsp; &amp;nbsp;thats true but don't know the syntax , thats in basic my request, thankds&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 21:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868822#M1244966</guid>
      <dc:creator>JACKNIEKERK</dc:creator>
      <dc:date>2021-12-09T21:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect 2 tables in a SQL loading call with innerjoin</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868824#M1244969</link>
      <description>&lt;P&gt;If you don't know basic SQL syntax, I'd recommend following up on that using SQL tutorials such as &lt;A href="https://www.w3schools.com/sql/" target="_blank"&gt;https://www.w3schools.com/sql/&lt;/A&gt; before attempting to load data into Qlik using SQL. You'll find it difficult to use Qlik in this manner without understanding SQL basics (though you can still use Qlik to load data from files or other sources).&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 21:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-connect-2-tables-in-a-SQL-loading-call-with-innerjoin/m-p/1868824#M1244969</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-09T21:07:56Z</dc:date>
    </item>
  </channel>
</rss>

