<?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: SQL Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399892#M148812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all of you for your great response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 17:14:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-03T17:14:51Z</dc:date>
    <item>
      <title>SQL Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399887#M148807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have doubt regarding&lt;STRONG&gt; SQL scripting&lt;/STRONG&gt;, can we develop total project using the sql commands and scripting in qlikview. If any one had developed the project, please post a sample sheet for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 15:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399887#M148807</guid>
      <dc:creator />
      <dc:date>2012-12-03T15:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399888#M148808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview itself doesn't understand sql. Qlikview simply passes any sql statement (anything starting with SQL or SELECT) to the dbms for execution and treats the returned results as a table. So you can put any sql statement in your script in your Qlikview document. As long as it's a valid sql statement for your dbms it should return results. Two examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// simply load everything from mytable into a table called Table1&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;select * from mytable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//first load a,b and c from myothertable, then load a and b+c as d into Table2&lt;/P&gt;&lt;P&gt;//this is called a preceding load and can be used to process the data (with qlikview functions) from the sql statement&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load a, b+c as d;&lt;/P&gt;&lt;P&gt;select a,b,c from myothertable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 15:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399888#M148808</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-03T15:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399889#M148809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Gysber,,&lt;/P&gt;&lt;P&gt;So, Internally, their will be sql execution engine for the execution of sql queries, if so can we write sql functions like date functions,upper etc ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399889#M148809</guid>
      <dc:creator />
      <dc:date>2012-12-03T16:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399890#M148810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes u can write the upper&amp;nbsp; and date functions same way as u do in sql..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399890#M148810</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-12-03T16:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399891#M148811</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; Yes. You can use sql queries in qv n exceute. For better performance, Load the data in qvd , to avoid connection each time to sql engine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399891#M148811</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-03T16:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399892#M148812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all of you for your great response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 17:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Scripting/m-p/399892#M148812</guid>
      <dc:creator />
      <dc:date>2012-12-03T17:14:51Z</dc:date>
    </item>
  </channel>
</rss>

