<?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: Extract only Open records in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841311#M69688</link>
    <description>&lt;P&gt;Yes, you can use resident load. But if you work with qvd files, loading from a file is probably just as fast, so there is no real advantage using resident load.&lt;/P&gt;&lt;P&gt;Yes, the first parameter of the Exists() can point to a field from a previously loaded table. The second parameter must however be from the current table.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 09:07:31 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2021-10-04T09:07:31Z</dc:date>
    <item>
      <title>Extract only Open records</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841208#M69678</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am working with QVD file consists Orders data. Please refer below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anku_0-1633327659350.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63226iB64D9B96E85820DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anku_0-1633327659350.png" alt="Anku_0-1633327659350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a table having Open orders only. For example, in above scenario only, 45632.&lt;/P&gt;&lt;P&gt;I can't use Where clause as it will only exclude the one record for closed orders only. Kindly suggest.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841208#M69678</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2021-10-04T06:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extract only Open records</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841218#M69679</link>
      <description>&lt;P&gt;The following could perhaps be a solution:&lt;/P&gt;&lt;P&gt;TempTable:&lt;BR /&gt;Load Order_ID as ClosedOrders From SourceFile.qvd (qvd) Where Status='Closed';&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;Load * From SourceFile.qvd (qvd) Where not Exists(ClosedOrders,Order_ID);&lt;/P&gt;&lt;P&gt;Drop Table TempTable;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841218#M69679</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2021-10-04T06:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extract only Open records</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841303#M69686</link>
      <description>&lt;P&gt;Thanks Henric,&lt;/P&gt;&lt;P&gt;2 queries, just to enhance my understanding:&lt;/P&gt;&lt;P&gt;&amp;gt;For table data, can we use resident load ( which one is more preferable?)&lt;/P&gt;&lt;P&gt;&amp;gt;Condition we have used : where not exists, can we use the fields in this clause even they belongs to another table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks:)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 09:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841303#M69686</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2021-10-04T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extract only Open records</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841311#M69688</link>
      <description>&lt;P&gt;Yes, you can use resident load. But if you work with qvd files, loading from a file is probably just as fast, so there is no real advantage using resident load.&lt;/P&gt;&lt;P&gt;Yes, the first parameter of the Exists() can point to a field from a previously loaded table. The second parameter must however be from the current table.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 09:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-only-Open-records/m-p/1841311#M69688</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2021-10-04T09:07:31Z</dc:date>
    </item>
  </channel>
</rss>

