<?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 Where exist not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-exist-not-working/m-p/1952200#M1219783</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;i am not able to understand the why script is not loading in optimized way, below is my sciprt&lt;/P&gt;
&lt;P&gt;temp_id:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;appid&lt;BR /&gt;0&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;load Id&lt;/P&gt;
&lt;P&gt;from abc.qvd&lt;/P&gt;
&lt;P&gt;where exist (appid);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where appid is present in abc.qvd&lt;/P&gt;
&lt;P&gt;the script is filtering the data but not in optimized way&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 08:36:03 GMT</pubDate>
    <dc:creator>Luffy1994</dc:creator>
    <dc:date>2022-07-06T08:36:03Z</dc:date>
    <item>
      <title>Where exist not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-exist-not-working/m-p/1952200#M1219783</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;i am not able to understand the why script is not loading in optimized way, below is my sciprt&lt;/P&gt;
&lt;P&gt;temp_id:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;appid&lt;BR /&gt;0&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;load Id&lt;/P&gt;
&lt;P&gt;from abc.qvd&lt;/P&gt;
&lt;P&gt;where exist (appid);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where appid is present in abc.qvd&lt;/P&gt;
&lt;P&gt;the script is filtering the data but not in optimized way&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 08:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-exist-not-working/m-p/1952200#M1219783</guid>
      <dc:creator>Luffy1994</dc:creator>
      <dc:date>2022-07-06T08:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Where exist not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-exist-not-working/m-p/1952205#M1219784</link>
      <description>&lt;P&gt;Load Id,&lt;STRONG&gt; appid&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;from qbc.qvd&lt;/P&gt;
&lt;P&gt;Where exists(&lt;STRONG&gt;appid&lt;/STRONG&gt;);&lt;/P&gt;
&lt;P&gt;You need the exists() field in your load if you want an optimized load, I believe.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 08:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-exist-not-working/m-p/1952205#M1219784</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-06T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Where exist not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-exist-not-working/m-p/1952464#M1219791</link>
      <description>&lt;P&gt;Does appid exist in the qbc.qvd, or does id = appid? If the latter then the clause might be&lt;/P&gt;
&lt;P&gt;where exists(appid,id).&lt;/P&gt;
&lt;P&gt;HTH.&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P&gt;(aka jpohncaqc)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 15:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-exist-not-working/m-p/1952464#M1219791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-06T15:48:31Z</dc:date>
    </item>
  </channel>
</rss>

