<?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: tfilterrow and tmap filter problems in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286855#M60477</link>
    <description>now its clear. Thank you very much.</description>
    <pubDate>Fri, 27 Feb 2009 13:42:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-02-27T13:42:07Z</dc:date>
    <item>
      <title>tfilterrow and tmap filter problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286851#M60473</link>
      <description>Hello,
&lt;BR /&gt;as you can see in my attached pics I united some tables. These tables I wanted to filter with tfilterrow and there the first problem occurred. I just wanted to get all rows where the Input Column "Idx_1" (=datatype string) is not empty. As you can see in the attached tfilterrow pic I realised that through the shown criteria but I do not unterstand why I have to use the "reject-ouput" and not the "main-output" if I want to get all the rows where "Idx_1" is not "". And the strange thing in my eyes is: When I change the operator from != to == nothing gets filtered. All 3913 rows run through. Should that not be the opposite from != (this has been 3516 rows and that's why it should be 397 and not all 3913 rows, to my mind).
&lt;BR /&gt;
&lt;BR /&gt;and the next point I do not unterstand is, why the filter in tmap does not work. I wanted to get all rows with the VERSICHERTEN_ID =="6800E6684835F7E15E24A591C6DCFD1E". I copied this ID directly from the input data in the tmap filter but it shows 0 rows in the output. It should be 1 row. 
&lt;BR /&gt;Has anyone any explanations or help for these problems? 
&lt;BR /&gt;Thank you!!
&lt;BR /&gt;Alex</description>
      <pubDate>Sat, 16 Nov 2024 14:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286851#M60473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow and tmap filter problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286852#M60474</link>
      <description>hi,
&lt;BR /&gt;for comparison String (in java ) use method 
&lt;A href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#equals(java.lang.Object)" target="_blank" rel="nofollow noopener noreferrer"&gt;equals&lt;/A&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;... that represents the same sequence of characters ..&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;hope it solve your problem
&lt;BR /&gt;++</description>
      <pubDate>Fri, 27 Feb 2009 10:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286852#M60474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-27T10:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow and tmap filter problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286853#M60475</link>
      <description>Hi,&lt;BR /&gt;thank you for your answer. I have pretty no knowledge in java. How can I use this? Whats the correct syntax?&lt;BR /&gt;row4.VERSICHERTEN_ID equals("6800E6684835F7E15E24A591C6DCFD1E")? &lt;BR /&gt;or &lt;BR /&gt;row4.VERSICHERTEN_ID equals(6800E6684835F7E15E24A591C6DCFD1E)&lt;BR /&gt;&lt;BR /&gt;none of this works!</description>
      <pubDate>Fri, 27 Feb 2009 11:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286853#M60475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-27T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow and tmap filter problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286854#M60476</link>
      <description>supposed that row4.VERSICHERTEN_ID is an String Object, you use it like a method of any other object :&lt;BR /&gt;&lt;PRE&gt;...&lt;BR /&gt;row4.VERSICHERTEN_ID.equals("6800E6684835F7E15E24A591C6DCFD1E")&lt;BR /&gt;// you compare 2 Strings (in java a String is an object and for a literal it's always between double quote&lt;/PRE&gt;&lt;BR /&gt;this method return boolean (true or false)  @see doc &lt;BR /&gt;++</description>
      <pubDate>Fri, 27 Feb 2009 12:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286854#M60476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-27T12:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: tfilterrow and tmap filter problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286855#M60477</link>
      <description>now its clear. Thank you very much.</description>
      <pubDate>Fri, 27 Feb 2009 13:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfilterrow-and-tmap-filter-problems/m-p/2286855#M60477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-27T13:42:07Z</dc:date>
    </item>
  </channel>
</rss>

