<?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 Object to identify Missing/Unmatched in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371356#M574896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a simple way to set up and object to identify records in one table that have missing or unmatched fields in another table? I tried setting up a table box, a pivot table chart, and a straight table chart, and I was not able to get what I wanted. &lt;/P&gt;&lt;P&gt;I have two tables. One loads shipment information. The other is a manually updated excel table that has conversion factors for units of measures. If a shipment is made with a new or previously unused product, I have to add a record with unit of measure conversion factors in the excel table. I would like an object to show me immediately after data refresh if I need to add a new record. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 20:29:32 GMT</pubDate>
    <dc:creator>robinsond31</dc:creator>
    <dc:date>2012-06-27T20:29:32Z</dc:date>
    <item>
      <title>Object to identify Missing/Unmatched</title>
      <link>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371356#M574896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a simple way to set up and object to identify records in one table that have missing or unmatched fields in another table? I tried setting up a table box, a pivot table chart, and a straight table chart, and I was not able to get what I wanted. &lt;/P&gt;&lt;P&gt;I have two tables. One loads shipment information. The other is a manually updated excel table that has conversion factors for units of measures. If a shipment is made with a new or previously unused product, I have to add a record with unit of measure conversion factors in the excel table. I would like an object to show me immediately after data refresh if I need to add a new record. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371356#M574896</guid>
      <dc:creator>robinsond31</dc:creator>
      <dc:date>2012-06-27T20:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Object to identify Missing/Unmatched</title>
      <link>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371357#M574897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyone out there who can help with this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 14:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371357#M574897</guid>
      <dc:creator>robinsond31</dc:creator>
      <dc:date>2013-04-30T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Object to identify Missing/Unmatched</title>
      <link>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371358#M574898</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can do this in script. Something like shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Product_Code, Date,Sales From Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Product_Code, Product_Information from Product.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales_Final:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *,if(isnull(Product_Information),'No Info Available','Info Available') as Product_Info_Identifier&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop table Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 16:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371358#M574898</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-30T16:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Object to identify Missing/Unmatched</title>
      <link>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371359#M574899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaushik,&lt;/P&gt;&lt;P&gt;I was looking for something more like a text box or pivot table. I did find a solution. A pivot table with a NullCount aggregate function on a field in the table that would have missing data.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 18:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-to-identify-Missing-Unmatched/m-p/371359#M574899</guid>
      <dc:creator>robinsond31</dc:creator>
      <dc:date>2013-04-30T18:31:03Z</dc:date>
    </item>
  </channel>
</rss>

