<?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: Problem in SAP with Clause WHERE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517530#M193221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Octavio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok. Let try other way:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Data]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Where KOKRS = '2000';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT * FROM CE1ALEN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure table CE1ALEN have KOKRS field.&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, 04 Dec 2013 00:57:52 GMT</pubDate>
    <dc:creator>Sokkorn</dc:creator>
    <dc:date>2013-12-04T00:57:52Z</dc:date>
    <item>
      <title>Problem in SAP with Clause WHERE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517526#M193217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon.&lt;/P&gt;&lt;P&gt;I have a small problem with SAP, I have a connection, but when I want to apply some filters in the CE1 table I show an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;The next script shows me error in the Where clause&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM&amp;nbsp; CE1ALEN WHERE KOKRS = '2000 ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this works great&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM CE1ALEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank you in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 00:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517526#M193217</guid>
      <dc:creator />
      <dc:date>2013-12-03T00:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP with Clause WHERE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517527#M193218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM CE1ALEN&lt;/P&gt;&lt;P&gt;WHERE KOKRS = '2000 ';&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 00:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517527#M193218</guid>
      <dc:creator />
      <dc:date>2013-12-03T00:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP with Clause WHERE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517528#M193219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Octavio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your first select statement seem missed table name. You may try&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;SQL SELECT * FROM &lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;CE1ALEN&lt;/STRONG&gt; WHERE KOKRS = '2000';&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Octavio Morales wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Good afternoon.&lt;/P&gt;
&lt;P&gt;I have a small problem with SAP, I have a connection, but when I want to apply some filters in the CE1 table I show an error.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;P&gt;The next script shows me error in the Where clause&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;SQL SELECT * FROM WHERE CE1ALEN KOKRS = '2000 ';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But this works great&lt;/P&gt;
&lt;P&gt;SQL SELECT * FROM CE1ALEN&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I thank you in advance for your help&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 01:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517528#M193219</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-12-03T01:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP with Clause WHERE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517529#M193220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I was wrong to post the query, the query I have as you show me, I think this is a bit more complicated, making the query for the entire table if I listed all the fields, but, wanting to apply filters for some of the fields I get an error as if the query he was wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do the consultation with the ScriptBuilder but selecting this table do not muetra the relationship with the field I have already loaded the SAP dictionary and ScriptBuilder to that database and so I can not add filters to my consultation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone with any idea that can be happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 15:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517529#M193220</guid>
      <dc:creator />
      <dc:date>2013-12-03T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP with Clause WHERE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517530#M193221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Octavio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok. Let try other way:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Data]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Where KOKRS = '2000';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT * FROM CE1ALEN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure table CE1ALEN have KOKRS field.&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, 04 Dec 2013 00:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-SAP-with-Clause-WHERE/m-p/517530#M193221</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-12-04T00:57:52Z</dc:date>
    </item>
  </channel>
</rss>

