<?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 Determining matches between two linked tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Determining-matches-between-two-linked-tables/m-p/181132#M47270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. I've got two tables where one refers to the other. One table is a product record table, and the other is an invoice table that has a reference to the product ID. I have some invoices in my invoice table that don't refer to valid product IDs and I want to pull them out. How can I create a derived field on the invoice to say whether or not it matches a valid product ID? I was thinking to use a mapping table but I can't think of the right way to do it. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 03:19:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-10T03:19:53Z</dc:date>
    <item>
      <title>Determining matches between two linked tables</title>
      <link>https://community.qlik.com/t5/QlikView/Determining-matches-between-two-linked-tables/m-p/181132#M47270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. I've got two tables where one refers to the other. One table is a product record table, and the other is an invoice table that has a reference to the product ID. I have some invoices in my invoice table that don't refer to valid product IDs and I want to pull them out. How can I create a derived field on the invoice to say whether or not it matches a valid product ID? I was thinking to use a mapping table but I can't think of the right way to do it. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 03:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determining-matches-between-two-linked-tables/m-p/181132#M47270</guid>
      <dc:creator />
      <dc:date>2009-09-10T03:19:53Z</dc:date>
    </item>
    <item>
      <title>Determining matches between two linked tables</title>
      <link>https://community.qlik.com/t5/QlikView/Determining-matches-between-two-linked-tables/m-p/181133#M47271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the tables are linked and the Product ID from the Invoice table does not match a valid Product ID from the Product table, then any Product fields associated with that invoice number will be Null.&lt;/P&gt;&lt;P&gt;Create a table with Invoice Number and Product ID as the dimensions. Then pick a field from the Product table (anything other than Product ID should do). Then create an expression like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;If (IsNull(ProductField), 1, 0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If Suppress Zero Values is checked in the properties, then only those invoices with unmatched Product IDs will show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 03:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determining-matches-between-two-linked-tables/m-p/181133#M47271</guid>
      <dc:creator />
      <dc:date>2009-09-10T03:37:15Z</dc:date>
    </item>
    <item>
      <title>Determining matches between two linked tables</title>
      <link>https://community.qlik.com/t5/QlikView/Determining-matches-between-two-linked-tables/m-p/181134#M47272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;BR /&gt;it is wise to replace the ISNULL-function with LEN(TRIM(Field)) = 0 as this would also work on 64-bit-machines.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 04:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determining-matches-between-two-linked-tables/m-p/181134#M47272</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-09-10T04:18:43Z</dc:date>
    </item>
  </channel>
</rss>

