<?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 Sense SAP Connector - Where Exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422447#M1230429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Works well; didnt think about the nested select..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2017 13:18:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-20T13:18:16Z</dc:date>
    <item>
      <title>Qlik Sense SAP Connector - Where Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422444#M1230426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some trouble with loading only relevant data with the SAP Connector; is it possible to work with a "where exists" statement? Could anyone provide me with an example of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. I'm loading one table LIKP where LFDAT &amp;gt;= '20170101' and I would like to load only those details from LIPS where VBELN already exists..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422444#M1230426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SAP Connector - Where Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422445#M1230427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off the top of my head, you can try using a nested select. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM LIPS WHERE VBELN IN (SELECT VBELN FROM LIKP WHERE LFDAT &amp;gt;= '20170101');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422445#M1230427</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-11-20T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SAP Connector - Where Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422446#M1230428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philipp,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Syntax: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;... [NOT] EXISTS subquery ... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Effect: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This expression is true if the resulting set of the subquery contains at least one line (not). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SELECT VBAP~VBELN VBAP~POSNR VBAP~MATNR VBAK~VKORG&lt;/P&gt;&lt;P&gt;VBAK~VTWEG FROM VBAP INNER JOIN VBAK ON VBAP~VBELN&lt;/P&gt;&lt;P&gt;EQ VBAK~VBELN WHERE EXISTS ( SELECT VBELN FROM VBUK&lt;/P&gt;&lt;P&gt;WHERE VBELN EQ VBAP~VBELN )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hakan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422446#M1230428</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2017-11-20T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SAP Connector - Where Exists</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422447#M1230429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Works well; didnt think about the nested select..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-SAP-Connector-Where-Exists/m-p/1422447#M1230429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T13:18:16Z</dc:date>
    </item>
  </channel>
</rss>

