<?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 Can we implement SQL queries as it is they were written in sql in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582003#M216175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused that whether we can execute below mentioned sql query as it is written in sql or not&lt;/P&gt;&lt;P&gt;SELECT Customers.FirstName, Customers.LastName, SUM(Sales.SaleAmount) AS &lt;/P&gt;&lt;P&gt;SalesPerCustomer FROM Customers &lt;/P&gt;&lt;P&gt;LEFT JOIN Sales ON Customers.CustomerID = Sales.CustomerID &lt;/P&gt;&lt;P&gt;GROUP BY Customers.FirstName, Customers.LastName; &lt;/P&gt;&lt;P&gt;SELECT suppliers.supplier_id, suppliers.supplier_name, orders.order_date &lt;/P&gt;&lt;P&gt;FROM suppliers, orders WHERE suppliers.supplier_id = orders.supplier_id; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i am getting error when i am writting the code as it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ferha Jafri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 10:38:36 GMT</pubDate>
    <dc:creator>ferha_jafri</dc:creator>
    <dc:date>2014-01-29T10:38:36Z</dc:date>
    <item>
      <title>Can we implement SQL queries as it is they were written in sql</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582003#M216175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused that whether we can execute below mentioned sql query as it is written in sql or not&lt;/P&gt;&lt;P&gt;SELECT Customers.FirstName, Customers.LastName, SUM(Sales.SaleAmount) AS &lt;/P&gt;&lt;P&gt;SalesPerCustomer FROM Customers &lt;/P&gt;&lt;P&gt;LEFT JOIN Sales ON Customers.CustomerID = Sales.CustomerID &lt;/P&gt;&lt;P&gt;GROUP BY Customers.FirstName, Customers.LastName; &lt;/P&gt;&lt;P&gt;SELECT suppliers.supplier_id, suppliers.supplier_name, orders.order_date &lt;/P&gt;&lt;P&gt;FROM suppliers, orders WHERE suppliers.supplier_id = orders.supplier_id; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i am getting error when i am writting the code as it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ferha Jafri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582003#M216175</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2014-01-29T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can we implement SQL queries as it is they were written in sql</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582004#M216176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it work in your SQL server or not? Are you got error in QlikView Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt; SELECT Customers.FirstName, Customers.LastName, SUM(Sales.SaleAmount) AS&lt;/P&gt;&lt;P&gt;SalesPerCustomer FROM Customers&lt;/P&gt;&lt;P&gt;LEFT JOIN Sales ON Customers.CustomerID = Sales.CustomerID&lt;/P&gt;&lt;P&gt;GROUP BY Customers.FirstName, Customers.LastName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt; SELECT suppliers.supplier_id, suppliers.supplier_name, orders.order_date&lt;/P&gt;&lt;P&gt;FROM suppliers, orders WHERE suppliers.supplier_id = orders.supplier_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582004#M216176</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-01-29T10:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can we implement SQL queries as it is they were written in sql</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582005#M216177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT JOIN Sales ON Customers.CustomerID = Sales.CustomerID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GROUP BY Customers.FirstName, Customers.LastName;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;while executing this i am getting an error as unknown statement left join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582005#M216177</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2014-01-29T10:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can we implement SQL queries as it is they were written in sql</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582006#M216178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT Customers.FirstName, Customers.LastName, SUM(Sales.SaleAmount) AS&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesPerCustomer FROM Customers&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT JOIN Sales ON Customers.CustomerID = Sales.CustomerID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GROUP BY Customers.FirstName, Customers.LastName;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT suppliers.supplier_id, suppliers.supplier_name, orders.order_date&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM suppliers, orders WHERE suppliers.supplier_id = orders.supplier_id;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 11:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-implement-SQL-queries-as-it-is-they-were-written-in-sql/m-p/582006#M216178</guid>
      <dc:creator />
      <dc:date>2014-01-29T11:14:55Z</dc:date>
    </item>
  </channel>
</rss>

