<?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: Filtering out rows without any entry in a specific coloum (using Filters in tmap) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324541#M94231</link>
    <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;it worked! Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 09:57:20 GMT</pubDate>
    <dc:creator>Moro</dc:creator>
    <dc:date>2022-09-29T09:57:20Z</dc:date>
    <item>
      <title>Filtering out rows without any entry in a specific coloum (using Filters in tmap)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324537#M94227</link>
      <description>&lt;P&gt;Hallo!&lt;/P&gt;&lt;P&gt;I have been trying to filter out whole rows of a table when there is en entry in a specific coloum (A) missing:&lt;/P&gt;&lt;P&gt;A      B           C          D&lt;/P&gt;&lt;P&gt;23   Ireland  bulk     port&lt;/P&gt;&lt;P&gt;      Ireland   rubber  port&lt;/P&gt;&lt;P&gt;23 Ireland    stone   airport&lt;/P&gt;&lt;P&gt;to be filtered like:&lt;/P&gt;&lt;P&gt;out3:&lt;/P&gt;&lt;P&gt;A      B           C           D&lt;/P&gt;&lt;P&gt;23  Ireland   bulk     port&lt;/P&gt;&lt;P&gt;23 Ireland stone airport&lt;/P&gt;&lt;P&gt;out1:&lt;/P&gt;&lt;P&gt;A     B           C            D&lt;/P&gt;&lt;P&gt;     Ireland rubber    port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the screenshot I tried filtering by using the following expression and others - none worked:&lt;/P&gt;&lt;P&gt;"row1.location_id != null"&lt;/P&gt;&lt;P&gt;"row1.location_id = null" (trying the other way around)&lt;/P&gt;&lt;P&gt;"".equals(row1.location_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you let me know where the mistake lies? Thank you very much!&lt;/P&gt;&lt;P&gt;Mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 18:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324537#M94227</guid>
      <dc:creator>Moro</dc:creator>
      <dc:date>2022-09-27T18:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out rows without any entry in a specific coloum (using Filters in tmap)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324538#M94228</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;For out3, try the expression like this:&lt;/P&gt;&lt;P&gt;row1.location_id!=null||!row1.location_id.equals("")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for out1, set the 'catcher output reject' property as true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 01:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324538#M94228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-28T01:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out rows without any entry in a specific coloum (using Filters in tmap)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324539#M94229</link>
      <description>&lt;P&gt;Hi shong,&lt;/P&gt;&lt;P&gt;thanks a lot for you answer.&lt;/P&gt;&lt;P&gt;I tried your suggestion and got the meassage &lt;/P&gt;&lt;P&gt;&lt;I&gt;"java.lang.NullPointerException: Cannot incoke "String.equals(Object)" because "row1.location_id" is null&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Any idea how to fix that?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324539#M94229</guid>
      <dc:creator>Moro</dc:creator>
      <dc:date>2022-09-28T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out rows without any entry in a specific coloum (using Filters in tmap)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324540#M94230</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;if row1.location_id is null value,  just use this expression:&lt;/P&gt;&lt;P&gt;row1.location_id!=null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know what's the result you are getting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324540#M94230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-28T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out rows without any entry in a specific coloum (using Filters in tmap)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324541#M94231</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;it worked! Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 09:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-out-rows-without-any-entry-in-a-specific-coloum-using/m-p/2324541#M94231</guid>
      <dc:creator>Moro</dc:creator>
      <dc:date>2022-09-29T09:57:20Z</dc:date>
    </item>
  </channel>
</rss>

