<?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 SQL and Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-and-Qlikview/m-p/1092228#M363208</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;Are there any good reference guides for connecting SQL and Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 20:23:05 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2016-03-16T20:23:05Z</dc:date>
    <item>
      <title>SQL and Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-and-Qlikview/m-p/1092228#M363208</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;Are there any good reference guides for connecting SQL and Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 20:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-and-Qlikview/m-p/1092228#M363208</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2016-03-16T20:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL and Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-and-Qlikview/m-p/1092229#M363209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well QlikView is heavily tuned to connect by ODBC and OLEDB. ODBC is all about SQL. If you connect with the Load Scripts wizards you will get some SQL generated following the LOAD statement. This SQL is in its entirety sent to the ODBC-driver which again sends it to the source database that the ODBC-driver supports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is quite straight-forward so there is no "reference guide" for this. The essential syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14581606865229564" jivemacro_uid="_14581606865229564"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;SQL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;database&amp;gt;&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you see from line 5 to 8 is in the source database/ODBC-drivers syntax. You have full freedom to take advantage of whatever is supported. What QlikView expects to received back is a set of 0 or more rows that will be processed by the LOAD statement preceding the SQL. That is lines 1 to 3. Here everything is governed by the syntax of the LOAD statement that you find in help and the reference manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Petter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 20:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-and-Qlikview/m-p/1092229#M363209</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-16T20:40:01Z</dc:date>
    </item>
  </channel>
</rss>

