<?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 best solution for finding missing record in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241600#M92000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you mean the count of records in table1 which are not present in table2?&lt;/P&gt;&lt;P&gt;Then you can jus have a different name for the KEY in each table .&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Key as Key&lt;/P&gt;&lt;P&gt;from....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;Key as Key2&lt;/P&gt;&lt;P&gt;from ....,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the front end you can jus do a Count(Key1)-Count(Key2) which will give you the count of records not present in your table2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syed Muzammil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Oct 2010 10:22:05 GMT</pubDate>
    <dc:creator>syed_muzammil</dc:creator>
    <dc:date>2010-10-20T10:22:05Z</dc:date>
    <item>
      <title>best solution for finding missing record</title>
      <link>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241597#M91997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I have two table linked for a key field.&lt;/P&gt;&lt;P&gt;i would like to know which is the best solution for count how many record are not present in a table.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Riccardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 09:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241597#M91997</guid>
      <dc:creator />
      <dc:date>2010-10-20T09:10:43Z</dc:date>
    </item>
    <item>
      <title>best solution for finding missing record</title>
      <link>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241598#M91998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cattermol,&lt;/P&gt;&lt;P&gt;Try looking at Document Properties &amp;gt; Table Tab.&lt;/P&gt;&lt;P&gt;But if your looking for the excluded from selections you can try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Count( {1-$} FieldName)&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will count the excluded values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 09:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241598#M91998</guid>
      <dc:creator />
      <dc:date>2010-10-20T09:59:58Z</dc:date>
    </item>
    <item>
      <title>best solution for finding missing record</title>
      <link>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241599#M91999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ronald&lt;/P&gt;&lt;P&gt;i have a situation like this (after a outer join from table Oracle and table Archidoc) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:265pt;border-collapse:collapse;" width="353"&gt;&lt;COLGROUP&gt;&lt;COL style="width:53pt;mso-width-source:userset;mso-width-alt:2560;mso-outline-parent:collapsed;" width="70" /&gt;&lt;COL style="width:98pt;mso-width-source:userset;mso-width-alt:4790;mso-outline-parent:collapsed;" width="131" /&gt;&lt;COL style="width:114pt;mso-width-source:userset;mso-width-alt:5558;mso-outline-parent:collapsed;" width="152" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl63" height="17" style="background-color:whitesmoke;width:53pt;height:12.75pt;border:gainsboro 0.5pt solid;" width="70"&gt;&lt;STRONG&gt;KEY&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:whitesmoke;width:98pt;border-top:gainsboro 0.5pt solid;border-right:gainsboro 0.5pt solid;" width="131"&gt;&lt;STRONG&gt;ORACLE&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:whitesmoke;width:114pt;border-top:gainsboro 0.5pt solid;border-right:gainsboro 0.5pt solid;" width="152"&gt;&lt;STRONG&gt;ARCHIDOC&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431346&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431346&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431346&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431347&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431347&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431347&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431386&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431386&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431386&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431401&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431401&lt;/TD&gt;&lt;TD class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431431&lt;/TD&gt;&lt;TD class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431431&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431459&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431459&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;431459&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I have to count how many record are in column ORACLE that are not in column ARCHIDOC.&lt;/P&gt;&lt;P&gt;in this example a have 1 record (431401)&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;Riccardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 10:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241599#M91999</guid>
      <dc:creator />
      <dc:date>2010-10-20T10:19:41Z</dc:date>
    </item>
    <item>
      <title>best solution for finding missing record</title>
      <link>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241600#M92000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you mean the count of records in table1 which are not present in table2?&lt;/P&gt;&lt;P&gt;Then you can jus have a different name for the KEY in each table .&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Key as Key&lt;/P&gt;&lt;P&gt;from....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;Load Key,&lt;/P&gt;&lt;P&gt;Key as Key2&lt;/P&gt;&lt;P&gt;from ....,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the front end you can jus do a Count(Key1)-Count(Key2) which will give you the count of records not present in your table2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syed Muzammil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 10:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241600#M92000</guid>
      <dc:creator>syed_muzammil</dc:creator>
      <dc:date>2010-10-20T10:22:05Z</dc:date>
    </item>
    <item>
      <title>best solution for finding missing record</title>
      <link>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241601#M92001</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 didn't see your second reply. After Outer Join jus add another field&lt;/P&gt;&lt;P&gt;if (len(ACHIDOC)=0 ,1,0) as Flag&lt;/P&gt;&lt;P&gt;then do sum(Flag) in the front end , you will get the count of the missing records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 10:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241601#M92001</guid>
      <dc:creator>syed_muzammil</dc:creator>
      <dc:date>2010-10-20T10:27:51Z</dc:date>
    </item>
    <item>
      <title>best solution for finding missing record</title>
      <link>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241602#M92002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;thank's to all for your help.&lt;/P&gt;&lt;P&gt;Often the best solution is the simplest.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;Riccardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 10:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-solution-for-finding-missing-record/m-p/241602#M92002</guid>
      <dc:creator />
      <dc:date>2010-10-20T10:35:22Z</dc:date>
    </item>
  </channel>
</rss>

