<?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 query convert into Qlik in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1707740#M724989</link>
    <description>&lt;P&gt;Sorry for late response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually when I am ran that query then I am getting error that invalid object t1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2020 09:47:13 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2020-06-03T09:47:13Z</dc:date>
    <item>
      <title>SQL query convert into Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1706464#M724986</link>
      <description>&lt;P&gt;Hi&amp;nbsp; All ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me to convert attached SQL script into Qlik..&lt;/P&gt;&lt;P&gt;Your help will really appreciate.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1706464#M724986</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query convert into Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1706898#M724988</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why do you want to convert the SQL statements in Qlik Script? you can run the SQL statements directly in qlikview&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 16:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1706898#M724988</guid>
      <dc:creator>bhaskar_sm</dc:creator>
      <dc:date>2020-05-31T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query convert into Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1707740#M724989</link>
      <description>&lt;P&gt;Sorry for late response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually when I am ran that query then I am getting error that invalid object t1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 09:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1707740#M724989</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2020-06-03T09:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query convert into Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1707918#M724990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you tried debugging the query ??&amp;nbsp; below pice of a query is running ??&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhaskar_sm_0-1591205346593.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34898iE56AAAD079A2CAFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhaskar_sm_0-1591205346593.png" alt="bhaskar_sm_0-1591205346593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please use WITH .. AS&lt;/P&gt;&lt;P class="example"&gt;&lt;SPAN class="autonumber"&gt;&lt;SPAN&gt;Example:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="code"&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;SQL WITH app_owner&lt;/STRONG&gt; &lt;STRONG&gt;AS&lt;/STRONG&gt; (SELECT "ID","Owner_ID" FROM public."Apps") SELECT "Owner_ID", COUNT("ID") as "AppCount" FROM "app_owner" GROUP BY "app_owner"."&lt;SPAN&gt;Owner_ID";&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="code"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/ODBC_connector_help/Content/Connectors_ODBC/How-to-load-without-SELECT.htm?_ga=2.185278506.200717561.1590991090-1545330843.1590991084" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/connectors/Subsystems/ODBC_connector_help/Content/Connectors_ODBC/How-to-load-without-SELECT.htm?_ga=2.185278506.200717561.1590991090-1545330843.1590991084&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in your query, it will be like.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;SQL WITH t1&amp;nbsp; as&amp;nbsp; ( Select ...... )&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;kindly share the error message so that will be able to help you out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I hope this will help&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhasker&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 17:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-query-convert-into-Qlik/m-p/1707918#M724990</guid>
      <dc:creator>bhaskar_sm</dc:creator>
      <dc:date>2020-06-03T17:46:05Z</dc:date>
    </item>
  </channel>
</rss>

