<?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: Catpuring exceptions while loding into fact table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527321#M1148159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 10:40:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-26T10:40:16Z</dc:date>
    <item>
      <title>Catpuring exceptions while loding into fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527319#M1148157</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;While loading the data into the fact table if there any dimension keys are missing/'not matching' how to capture those in an exception table at one go ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have 7 dimension tables to be looked at before loading into fact table , during the course of lookup in case of any&amp;nbsp; non matching keys how do I capture it in an exception table ??&amp;nbsp; Using NOT EXISTS we can capture but exists() accepts only 2 parameters ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sathya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 04:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527319#M1148157</guid>
      <dc:creator />
      <dc:date>2013-07-26T04:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Catpuring exceptions while loding into fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527320#M1148158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify more than one condition in the where clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from somewhere&lt;/P&gt;&lt;P&gt;where not exists(DimA) and not exists(DimB) and not ...etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 09:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527320#M1148158</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-26T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Catpuring exceptions while loding into fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527321#M1148159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 10:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527321#M1148159</guid>
      <dc:creator />
      <dc:date>2013-07-26T10:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Catpuring exceptions while loding into fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527322#M1148160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I was bit hasty...&amp;nbsp; Here&amp;nbsp; is the requirement. From the below, the custid 15 which is in Excep table is not there in Customer table and Productid 16 is there in Excep table which is not there in Products table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 2 records to be captured and loaded .&amp;nbsp; Any suggestions pll.. If I use AND it'/s not w orking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;CustID,Custname,&lt;/P&gt;&lt;P&gt;10,'Chris'&lt;/P&gt;&lt;P&gt;11,'Tom',&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Products:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;ProdID,ProductName,&lt;/P&gt;&lt;P&gt;10,'Samsung Galaxy',&lt;/P&gt;&lt;P&gt;11,'Samsung GTS-5253',&lt;/P&gt;&lt;P&gt;15,'Samsung GTS-55S3'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Excep:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;InvID,ProductID,CustomerID,&lt;/P&gt;&lt;P&gt;1,10,10,&lt;/P&gt;&lt;P&gt;2,11,10,&lt;/P&gt;&lt;P&gt;3,15,10,&lt;/P&gt;&lt;P&gt;4,&lt;EM&gt;&lt;STRONG&gt;16&lt;/STRONG&gt;&lt;/EM&gt;,&lt;STRONG&gt;15,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(ProdID,ProductID) AND NOT Exists(CustID,CustomerID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Excep into a:\qvd.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 10:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527322#M1148160</guid>
      <dc:creator />
      <dc:date>2013-07-26T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Catpuring exceptions while loding into fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527323#M1148161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a&amp;nbsp; typo in the Excep table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Excep:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load * Inline [&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;InvID,ProductID,CustomerID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;1,10,10,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;2,11,10,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;3,&lt;STRONG&gt;16&lt;/STRONG&gt;,10,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;4,16,&lt;STRONG&gt;15,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;]&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;WHERE NOT EXISTS(ProdID,ProductID) AND NOT Exists(CustID,CustomerID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;store Excep into a:\qvd.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 10:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527323#M1148161</guid>
      <dc:creator />
      <dc:date>2013-07-26T10:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Catpuring exceptions while loding into fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527324#M1148162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, you want OR instead of AND if any of the conditions is enough to put it in the Excep table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Excep:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;InvID,ProductID,CustomerID,&lt;/P&gt;&lt;P&gt;1,10,10,&lt;/P&gt;&lt;P&gt;2,11,10,&lt;/P&gt;&lt;P&gt;3,16,10,&lt;/P&gt;&lt;P&gt;4,16,15,&lt;/P&gt;&lt;P&gt;4,15,18,&lt;/P&gt;&lt;P&gt;4,19,10,&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(ProdID,ProductID) OR NOT Exists(CustID,CustomerID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 11:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527324#M1148162</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-26T11:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Catpuring exceptions while loding into fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527325#M1148163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 records to be picked up but none of them picked up &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excep:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;InvID,ProductID,CustomerID&lt;/P&gt;&lt;P&gt;1,10,10&lt;/P&gt;&lt;P&gt;2,11,10&lt;/P&gt;&lt;P&gt;3,&lt;STRONG&gt;16,&lt;/STRONG&gt;10&amp;nbsp; - Product id 16 is not there in the Products table&lt;/P&gt;&lt;P&gt;4,15,&lt;STRONG&gt;12&amp;nbsp; -&lt;/STRONG&gt; Customer id 12&amp;nbsp; is not there in the customer table&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 11:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Catpuring-exceptions-while-loding-into-fact-table/m-p/527325#M1148163</guid>
      <dc:creator />
      <dc:date>2013-07-26T11:42:01Z</dc:date>
    </item>
  </channel>
</rss>

