<?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: Left join 3 Tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341314#M29604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything after the "SQL" to the terminating semi-colon is passed as a SQL statement to your DBMS. Any error that you get is an error on the DBMS, not in &lt;SPAN style="font-size: 13.3333px;"&gt;Sense&lt;/SPAN&gt;. The join is also happening in the DBMS, not in Sense.&lt;/P&gt;&lt;P&gt;You will need to understand what error you are getting to fix the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 07:02:58 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-05-26T07:02:58Z</dc:date>
    <item>
      <title>Left join 3 Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341313#M29603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to load part of table into QlikSense, but there is no examples about join in SQL queries.&lt;/P&gt;&lt;P&gt;I try to use standart sql syntax, but engine return error. What is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SQL SELECT "Sales_Date",&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Doc_Type",&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Doc_ID",&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "REP_id",&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "SKU_ART"&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM Sales.dbo.Sales as t1 left join Sales.dbo.SKU t2 on t1.SKU_ART = t2.SKU_Art &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;left join Sales.dbo.REP t3 on t1.REP_id=t3.REP_id&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;where t3.REP_Department like 'abc' &lt;SPAN style="color: #ff0000; font-size: 14pt; text-decoration: underline;"&gt;OR&lt;/SPAN&gt; t2.P_Format like '123';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 06:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341313#M29603</guid>
      <dc:creator />
      <dc:date>2017-05-26T06:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Left join 3 Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341314#M29604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything after the "SQL" to the terminating semi-colon is passed as a SQL statement to your DBMS. Any error that you get is an error on the DBMS, not in &lt;SPAN style="font-size: 13.3333px;"&gt;Sense&lt;/SPAN&gt;. The join is also happening in the DBMS, not in Sense.&lt;/P&gt;&lt;P&gt;You will need to understand what error you are getting to fix the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 07:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341314#M29604</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-05-26T07:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Left join 3 Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341315#M29605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;error 209, something about column name&lt;/P&gt;&lt;P&gt;Is my syntax for query correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 07:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341315#M29605</guid>
      <dc:creator />
      <dc:date>2017-05-26T07:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Left join 3 Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341316#M29606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i try to use this query on SQL without Qlik -- all is OK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 07:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341316#M29606</guid>
      <dc:creator />
      <dc:date>2017-05-26T07:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Left join 3 Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341317#M29607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax is correct, but it seems you are referring to a column name that is misspelled or doesn't exist or is an type error (whatever "something" means). As I said, this is not a Sense error, this is a SQL error. Fix the SQL query and the load statement will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 08:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341317#M29607</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-05-26T08:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Left join 3 Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341318#M29608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;When i try to use this query on SQL without Qlik -- all is OK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Then the problem is most likely that you are connecting with different credentials.Are you using Sense server? Make sure that the Sense service account has access to all the tables referenced in the SQL statement,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 08:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-3-Tables/m-p/1341318#M29608</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-05-26T08:14:54Z</dc:date>
    </item>
  </channel>
</rss>

