<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456520#M794076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/6.2/QV-connection/SAP-SQL-connection-Subselect.htm" title="http://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/6.2/QV-connection/SAP-SQL-connection-Subselect.htm"&gt;http://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/6.2/QV-connection/SAP-SQL-connection-Subselect.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;your Statement is missing the subselect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Dec 2017 13:35:25 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2017-12-30T13:35:25Z</dc:date>
    <item>
      <title>sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456513#M794069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; am trying to fetch the data from SAP but it gives me Error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/QTQVC/OPEN_STREAM failed after 00:00:00 Key = SQL_ERROR (ID:00 Type:E Number:001 Comma without preceding colon (after OPEN ?).)&lt;/P&gt;&lt;P&gt;SQL Select MANDT OBJNR STAT INACT CHGNR&amp;nbsp; from JEST WHERE OBJNR IN (select OBJNR from EQUI WHERE EQTYP = 'C') AND [INACT] &amp;lt;&amp;gt; 'X' AND MATCH(STAT,'I0100') &lt;/P&gt;&lt;P&gt;GROUP BY [OBJNR];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below id my table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[JEST]:&amp;nbsp;&amp;nbsp; // Individual Object Status&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; //MANDT &amp;amp; OBJNR &amp;amp; STAT AS %KEY_JEST_MANDT_OBJNR_STAT, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [MANDT] as [Client_MANDT], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [OBJNR] as [Object number_OBJNR], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [STAT] as [Status_STAT], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [INACT] as [Status Inact._INACT], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [CHGNR] as [Change number_CHGNR];&lt;/P&gt;&lt;P&gt;SQL Select MANDT OBJNR STAT INACT CHGNR&amp;nbsp; from JEST WHERE&amp;nbsp; OBJNR IN (select OBJNR from EQUI WHERE EQTYP = 'C') and [INACT] &amp;lt;&amp;gt; 'X' AND MATCH([STAT],'I0100') GROUP BY [OBJNR];&lt;/P&gt;&lt;P&gt;STORE * FROM [JEST] INTO E:\demo operation generator\JEST.QVD;&lt;/P&gt;&lt;P&gt;DROP TABLE [JEST];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone let me know how&amp;nbsp; to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456513#M794069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456514#M794070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Comma is missing &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;SQL Select MANDT &lt;STRONG&gt;,&lt;/STRONG&gt;OBJNR &lt;STRONG&gt;,&lt;/STRONG&gt;STAT&lt;STRONG&gt;,&lt;/STRONG&gt; INACT&lt;STRONG&gt;,&lt;/STRONG&gt; CHGNR&amp;nbsp; from JEST WHERE&amp;nbsp; OBJNR IN (select OBJNR from EQUI WHERE EQTYP = 'C') and [INACT] &amp;lt;&amp;gt; 'X' AND MATCH([STAT],'I0100') GROUP BY [OBJNR];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 11:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456514#M794070</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-12-29T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456515#M794071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure that sap SQL knows match. use and STAT = '0100'&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;and not INACT = 'X' instead &amp;lt;&amp;gt; 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bytheway: in big tables like JEST it could be faster to select all datas from SAP and reduce in Qlik when the fields you compare are not with search index&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 11:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456515#M794071</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2017-12-29T11:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456516#M794072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP select don't need comma as field seperator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 11:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456516#M794072</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2017-12-29T11:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456517#M794073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't&amp;nbsp; know about SAP..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 11:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456517#M794073</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-12-29T11:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456518#M794074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi martin&lt;/P&gt;&lt;P&gt;I'm not sure that sap SQL knows match. use and STAT = '0100'&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;and not INACT = 'X' instead &amp;lt;&amp;gt; 'X'&lt;/P&gt;&lt;P&gt;it is not working .it gives error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QTQVC/OPEN_STREAM failed after 00:00:00 Key = SQL_ERROR (ID:00 Type:E Number:001 Forbidden words used)&lt;/P&gt;&lt;P&gt;SQL SQL Select MANDT OBJNR STAT INACT CHGNR&amp;nbsp; from JEST WHERE&amp;nbsp; NOT [INACT] = 'X' AND [STAT] = 'I0100' AND OBJNR IN (select OBJNR from EQUI WHERE EQTYP = 'C')&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;GROUP BY [OBJNR]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 05:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456518#M794074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-30T05:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456519#M794075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why you are using the group by-statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 12:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456519#M794075</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2017-12-30T12:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: sql query not working</title>
      <link>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456520#M794076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/6.2/QV-connection/SAP-SQL-connection-Subselect.htm" title="http://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/6.2/QV-connection/SAP-SQL-connection-Subselect.htm"&gt;http://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/6.2/QV-connection/SAP-SQL-connection-Subselect.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;your Statement is missing the subselect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 13:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-query-not-working/m-p/1456520#M794076</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2017-12-30T13:35:25Z</dc:date>
    </item>
  </channel>
</rss>

