<?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: Qlik SAP Extracor - where condition with more than one field in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551826#M7513</link>
    <description>&lt;P&gt;Hi André&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;IF you want to get the rows where ERROR = 'X', then write:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR I EQ X&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Otherwise write:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR I NE X&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Håkan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 14:20:39 GMT</pubDate>
    <dc:creator>Hakan_Ronningberg</dc:creator>
    <dc:date>2019-03-04T14:20:39Z</dc:date>
    <item>
      <title>Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1549785#M7510</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using SAP Connectors v6.6, for some reason I can't fathom the SAP Extractor Connector won't work with more than one field in the where clause.&lt;/P&gt;&lt;P&gt;[TABLE]:&lt;BR /&gt;LOAD&lt;BR /&gt;[DOC];&lt;BR /&gt;SQL EXTRACTOR TABLE&lt;BR /&gt;TFRMETHOD T // Transfer method (T=tRFC)&lt;BR /&gt;UPDMODE F // Full extractor&lt;BR /&gt;EXTRLANGUAGE system_default // SAP System Default&lt;BR /&gt;LOGSYS QTQVCEXTR1&lt;BR /&gt;WHERE&lt;BR /&gt;CREATEDON I GE 20190101,&lt;BR /&gt;ERROR E NE X&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;This is a script code added automatically by Qlikview when you go through the UI, still it doesn't work.&lt;/P&gt;&lt;P&gt;If I remove either the CREATEDON line or the ERROR, the one that remains works, but with both at same time it won't.&lt;/P&gt;&lt;P&gt;I get the error "invalid selection condition in the data request". Does anyone know why is this?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;André Braga&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1549785#M7510</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2021-12-28T20:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551574#M7511</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Does it work if you try the same conditions in transaction RSA3 in SAP?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 08:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551574#M7511</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2019-03-04T08:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551805#M7512</link>
      <description>Hello Hakan,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response, but I'm afraid that doesn't apply here. The extraction I'm doing is from a DSO in a SAP BW system, I should have made that more clear in fact.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;André Braga</description>
      <pubDate>Mon, 04 Mar 2019 13:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551805#M7512</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2019-03-04T13:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551826#M7513</link>
      <description>&lt;P&gt;Hi André&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;IF you want to get the rows where ERROR = 'X', then write:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR I EQ X&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Otherwise write:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR I NE X&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Håkan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551826#M7513</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2019-03-04T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551828#M7514</link>
      <description>Hello Hakan,&lt;BR /&gt;&lt;BR /&gt;I am aware of that and I know how to do that. The issue here is when the where condition has more that one field restricting the data, i.e., in this case ERROR and CREATEDON fields. If I use one or the other it works, but not with both at the same time.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;André Braga</description>
      <pubDate>Mon, 04 Mar 2019 14:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551828#M7514</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2019-03-04T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551831#M7515</link>
      <description>&lt;P&gt;Hi André,&lt;/P&gt;
&lt;P&gt;Yes, but I think the problem is that you use Exclude (E) in your condition:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATEDON I GE 20190101,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR &lt;STRONG&gt;E&lt;/STRONG&gt; NE X&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What if you change to either:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CREATEDON I GE 20190101,&lt;BR /&gt;ERROR I NE X&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CREATEDON I GE 20190101,&lt;BR /&gt;ERROR I EQ X&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;depending on what you want to achieve?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Håkan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551831#M7515</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2019-03-04T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551836#M7516</link>
      <description>Hello Hakan,&lt;BR /&gt;&lt;BR /&gt;Yes I assume it would make more sense that way. Despite that the result at best would be 0 lines or something like that. Instead what happens is an error exception thrown saying "invalid selection condition in the data request". I have tried with your change and it is the same thing. The problem is that Qlikview interprets the syntax as if it was wrong.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;André Braga</description>
      <pubDate>Mon, 04 Mar 2019 14:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551836#M7516</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2019-03-04T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551842#M7517</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;Have you checked the SAP extraction job log. Prefix the job name from the Extractor connector log with ‘BI’, like BIREQU_QTQVCEXTR1_20160420125150. Check job log for this job name in transaction SM37. Select the job and press the 'Job log' button.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551842#M7517</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2019-03-04T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551851#M7518</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Yes, I did check that, but there is no relevant information there as far as I know. The job ends successful with 0 sec. It pretty much does nothing.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;André Braga&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551851#M7518</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2019-03-04T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SAP Extracor - where condition with more than one field</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551853#M7519</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;And no useful information in the Extractor connector log or in the Extractor Service log?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 15:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SAP-Extracor-where-condition-with-more-than-one-field/m-p/1551853#M7519</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2019-03-04T15:01:40Z</dc:date>
    </item>
  </channel>
</rss>

