<?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 Load using a sub load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515218#M436907</link>
    <description>&lt;P&gt;I need to filter out values from one field which occur in another field. I thought something like the following , but cannot get Qlikview to work:&lt;/P&gt;&lt;P&gt;tMgr2:&lt;BR /&gt;Load distinct&lt;BR /&gt;&amp;nbsp;Mgr2SID as NewMgr2SID&lt;BR /&gt;&amp;nbsp;,Mgr2Name as NewMgr2Name&lt;BR /&gt;&amp;nbsp; Resident tQC_Exceptions&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; Where Mgr2SID Not exists&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;(Load distinct Mgr1SID&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Resident tQC_Exceptions)&lt;BR /&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Sun, 02 Dec 2018 06:19:32 GMT</pubDate>
    <dc:creator>nickedw0</dc:creator>
    <dc:date>2018-12-02T06:19:32Z</dc:date>
    <item>
      <title>Load using a sub load</title>
      <link>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515218#M436907</link>
      <description>&lt;P&gt;I need to filter out values from one field which occur in another field. I thought something like the following , but cannot get Qlikview to work:&lt;/P&gt;&lt;P&gt;tMgr2:&lt;BR /&gt;Load distinct&lt;BR /&gt;&amp;nbsp;Mgr2SID as NewMgr2SID&lt;BR /&gt;&amp;nbsp;,Mgr2Name as NewMgr2Name&lt;BR /&gt;&amp;nbsp; Resident tQC_Exceptions&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; Where Mgr2SID Not exists&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;(Load distinct Mgr1SID&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Resident tQC_Exceptions)&lt;BR /&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 06:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515218#M436907</guid>
      <dc:creator>nickedw0</dc:creator>
      <dc:date>2018-12-02T06:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load using a sub load</title>
      <link>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515224#M436908</link>
      <description>Will INNER JOIN won't work?</description>
      <pubDate>Sun, 02 Dec 2018 07:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515224#M436908</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-02T07:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load using a sub load</title>
      <link>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515239#M436912</link>
      <description>&lt;P&gt;The objective is to purge matching values from the Mgr1SID column from all rows, not just the matching row.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 14:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515239#M436912</guid>
      <dc:creator>nickedw0</dc:creator>
      <dc:date>2018-12-02T14:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load using a sub load</title>
      <link>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515244#M436913</link>
      <description>&lt;P&gt;Provide some sample data to get quick solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 15:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515244#M436913</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2018-12-02T15:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load using a sub load</title>
      <link>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515557#M436948</link>
      <description>&lt;P&gt;Within the where-clause is no further load possible but the following is quite common to filter loads based on another load:&lt;/P&gt;&lt;P&gt;Load distinct Mgr1SID as Mgr2SID Resident tQC_Exceptions;&lt;/P&gt;&lt;P&gt;tMgr2: Load distinct&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Mgr2SID as NewMgr2SID, Mgr2Name as NewMgr2Name&lt;BR /&gt;Resident tQC_Exceptions&amp;nbsp; Where Not exists(Mgr2SID);&lt;/P&gt;&lt;P&gt;Important by this approach is to use the right fields and to keep in mind that the match runs against a field and not fields within a certain table and therefore it might be necessary to adjust the load-order or to rename fields and similar things.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 13:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-using-a-sub-load/m-p/1515557#M436948</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-12-03T13:10:38Z</dc:date>
    </item>
  </channel>
</rss>

