<?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: How to manage null value with tFilter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362972#M126987</link>
    <description>Thanks for you explanation 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 20 Jul 2018 09:27:23 GMT</pubDate>
    <dc:creator>Mayot</dc:creator>
    <dc:date>2018-07-20T09:27:23Z</dc:date>
    <item>
      <title>How to manage null value with tFilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362969#M126984</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hi, I have a problem handling null values in my tFilter.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;My tFilter condition :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;( input_row.COMPANY_CODE.equals("31") || input_row.COMPANY_CODE.equals("14") )  &amp;amp;&amp;amp; !(input_row.DESCRIPTION.equals("SUB-TOTAL :")) &amp;amp;&amp;amp; !(input_row.DESCRIPTION.equals("TOTAL :"))&lt;/PRE&gt; 
&lt;P&gt;I have this error &lt;FONT face="courier new,courier"&gt;ODS_BALANCE_CSV_TEMP - tFilterRow_3 null&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;there're null values in the columns of the table that I'm trying to filter.&lt;/SPAN&gt; Before I had a classic filter but since I need to combine the conditions OR and AND, I have to do it in java. &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;How to overcome this problem?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362969#M126984</guid>
      <dc:creator>Mayot</dc:creator>
      <dc:date>2018-07-20T08:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage null value with tFilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362970#M126985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You will have to assign either true or false for the null condition by catching them. Please see the screen shot below for a simple example.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Here, if the input data is coming as null, then we are converting it into either true or false based on the condition. You will have to do null check condition before going to equal condition clause. Then it will work fine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzK2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135671i7B2A588BAA593111/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzK2.png" alt="0683p000009LzK2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;If you think the suggestion given has helped you, please mark it as acceptable solution.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362970#M126985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-20T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage null value with tFilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362971#M126986</link>
      <description>&lt;P&gt;You could use the Advanced mode of tFilterRow and have your java code filter out the NULL records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFilterRow-4.JPG" style="width: 657px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzKC.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151891i1883E6C9B0C006A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzKC.jpg" alt="0683p000009LzKC.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362971#M126986</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-20T08:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage null value with tFilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362972#M126987</link>
      <description>Thanks for you explanation 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 20 Jul 2018 09:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362972#M126987</guid>
      <dc:creator>Mayot</dc:creator>
      <dc:date>2018-07-20T09:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage null value with tFilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362973#M126988</link>
      <description>Thanks, it works fine</description>
      <pubDate>Fri, 20 Jul 2018 09:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362973#M126988</guid>
      <dc:creator>Mayot</dc:creator>
      <dc:date>2018-07-20T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage null value with tFilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362974#M126989</link>
      <description>&lt;P&gt;Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your syntax for passing through a null field and asking for a filter.&amp;nbsp; &amp;nbsp;I wrote it like this&lt;/P&gt;&lt;P&gt;(Relational.ISNULL(input_row.Reason_Code)?true:false) &amp;amp;&amp;amp; !input_row.Reason_Code.equals("334"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's still providing a null pointer exception.&amp;nbsp; &amp;nbsp;Do you know what the issue could be?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362974#M126989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-20T15:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage null value with tFilter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362975#M126990</link>
      <description>&lt;P&gt;Nevermind I figured it out.&amp;nbsp; I had the parenthesis in wrong spots&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 16:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manage-null-value-with-tFilter/m-p/2362975#M126990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-20T16:59:33Z</dc:date>
    </item>
  </channel>
</rss>

