<?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 table exception in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/table-exception/m-p/486939#M181888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm struggling to bring everything they have in a FACT table except his match in a table SUPPLEMENTARY_terminations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did but did not work as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Apparel)&lt;/P&gt;&lt;P&gt;LOAD IDFuncResComp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IDFuncResCompCont&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident Rescisoes_comp Where not Exists (IDFuncResComp, IDFuncResComp);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 12:58:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-06T12:58:36Z</dc:date>
    <item>
      <title>table exception</title>
      <link>https://community.qlik.com/t5/QlikView/table-exception/m-p/486939#M181888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm struggling to bring everything they have in a FACT table except his match in a table SUPPLEMENTARY_terminations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did but did not work as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Apparel)&lt;/P&gt;&lt;P&gt;LOAD IDFuncResComp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IDFuncResCompCont&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident Rescisoes_comp Where not Exists (IDFuncResComp, IDFuncResComp);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 12:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-exception/m-p/486939#M181888</guid>
      <dc:creator />
      <dc:date>2013-11-06T12:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: table exception</title>
      <link>https://community.qlik.com/t5/QlikView/table-exception/m-p/486940#M181889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try mentioning the table name like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Resident Rescisoes_comp Where not Exists (&lt;STRONG&gt;EarlierTable.&lt;/STRONG&gt;IDFuncResComp, IDFuncResComp);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-exception/m-p/486940#M181889</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-06T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: table exception</title>
      <link>https://community.qlik.com/t5/QlikView/table-exception/m-p/486941#M181890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it, but still did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-exception/m-p/486941#M181890</guid>
      <dc:creator />
      <dc:date>2013-11-06T14:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: table exception</title>
      <link>https://community.qlik.com/t5/QlikView/table-exception/m-p/486942#M181891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-exception/m-p/486942#M181891</guid>
      <dc:creator />
      <dc:date>2013-11-06T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: table exception</title>
      <link>https://community.qlik.com/t5/QlikView/table-exception/m-p/486943#M181892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hugo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am I right in understanding that you only wish to retain those records in Apparel where you do not have a matching IDFuncResComp in Rescisoes_comp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you may have a couple of issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The not exists clause you have won't work as all the IDFuncResComp values have already been loaded into your resident table, so no records would match the NOT EXISTS clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you may want to change this JOIN to a KEEP. See this link for some useful information on this - &lt;A _jive_internal="true" href="https://community.qlik.com/groups/qvscriptor-from-schema-to-script/blog/2011/11/11/understanding-join-keep-and-concatenate"&gt;http://community.qlik.com/groups/qvscriptor-from-schema-to-script/blog/2011/11/11/understanding-join-keep-and-concatenate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-exception/m-p/486943#M181892</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2013-11-06T14:34:54Z</dc:date>
    </item>
  </channel>
</rss>

