<?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: [resolved] Do not join on nulls in tMap in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282650#M3760</link>
    <description>Hi, 
&lt;BR /&gt;You can set a filter in the input source of ""LookUp". 
&lt;BR /&gt;See my screenshot 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MED2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153287iF15534BFA9DF4735/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MED2.png" alt="0683p000009MED2.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 17 May 2013 04:27:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-17T04:27:38Z</dc:date>
    <item>
      <title>[resolved] Do not join on nulls in tMap</title>
      <link>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282647#M3757</link>
      <description>Is there a setting in the tMap component so that when performing a join, it does not consider two null values to be a match?  Like in SQL, if you say:&lt;BR /&gt;WHERE colA = colB&lt;BR /&gt;with both colA and colB being null, it will not return any records as it does not consider null = null to be true.&lt;BR /&gt;I can code around this in the join, of course, but that is a big pain.&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 15 May 2013 21:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282647#M3757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T21:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Do not join on nulls in tMap</title>
      <link>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282648#M3758</link>
      <description>Hi, 
&lt;BR /&gt;You can set a filter in 
&lt;A href="https://help.talend.com/search/all?query=tMap&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tMap&lt;/A&gt; in output source. 
&lt;BR /&gt;See my screenshot 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEWW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132624iC941D994DC656F48/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEWW.png" alt="0683p000009MEWW.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 16 May 2013 03:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282648#M3758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T03:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Do not join on nulls in tMap</title>
      <link>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282649#M3759</link>
      <description>This doesn't quite solve the problem because it does null checking after the join has been performed.  So the join still happens between the two records, but then the result is filtered out.  This is not what I want since I am performing a left join - I still want the data from the source table to come across, just not the data from the joined-to table.</description>
      <pubDate>Thu, 16 May 2013 16:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282649#M3759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-16T16:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Do not join on nulls in tMap</title>
      <link>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282650#M3760</link>
      <description>Hi, 
&lt;BR /&gt;You can set a filter in the input source of ""LookUp". 
&lt;BR /&gt;See my screenshot 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MED2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153287iF15534BFA9DF4735/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MED2.png" alt="0683p000009MED2.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 17 May 2013 04:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282650#M3760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-17T04:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Do not join on nulls in tMap</title>
      <link>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282651#M3761</link>
      <description>Thanks, Sabrina!</description>
      <pubDate>Wed, 22 May 2013 18:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282651#M3761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-22T18:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Do not join on nulls in tMap</title>
      <link>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282652#M3762</link>
      <description>Hi, &lt;BR /&gt;You are welcome. Don't hesitate to post your issue on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 23 May 2013 03:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/resolved-Do-not-join-on-nulls-in-tMap/m-p/2282652#M3762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-23T03:39:38Z</dc:date>
    </item>
  </channel>
</rss>

