<?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: filter data using tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322854#M92763</link>
    <description>can get this filter to work on a string. i coded BB.ENTITY_ID.equals("PBNDQ") in the expression filter but i get no output... i can see may data is correct as i put a SQL Database in between the Oracle call and the data is correct in SQL.. if i remove the expression filter it run through to Excel, so its just around the code in the expression filter that i seem to be stuck</description>
    <pubDate>Wed, 13 Nov 2013 15:43:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-13T15:43:25Z</dc:date>
    <item>
      <title>filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322846#M92755</link>
      <description>I'd like to ask if I can do the following by using tMap. I just tried and it didn't work. I don't know if it is correct on the logic side.
&lt;BR /&gt;I'd like to get data from the database and filter out the data using a tMap and get the output.
&lt;BR /&gt;I used the design as follows(shown in pic):
&lt;BR /&gt;tOracleInput - row(Main) - tMap - out1 - tLogRow
&lt;BR /&gt; - out2 - tLogRow
&lt;BR /&gt;There are two outputs, which means I want to filter out the data using two conditions. (as shown in the pic)
&lt;BR /&gt;I put the condition in the expression filter. But nothing returns in the end.
&lt;BR /&gt;I hope anyone could give me advice if my idea works. Really appreciate that! 
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 12:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322846#M92755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322847#M92756</link>
      <description>One more thing I tried to reproduce the case. So the row3 and row4 doesn't matter. In my case, it matches. 
&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 19 Aug 2011 22:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322847#M92756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-19T22:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322848#M92757</link>
      <description>It's a java matter. With java strings you must use row.ITEM.equals()</description>
      <pubDate>Fri, 19 Aug 2011 22:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322848#M92757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-19T22:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322849#M92758</link>
      <description>Hi,&lt;BR /&gt;As giuseppecalogeropicone said in talend you cannot use "==" for string but you must use the equals function to compare strings.&lt;BR /&gt;Change it to: row3.item.equals("DELL COMPUTER")&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 22 Aug 2011 13:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322849#M92758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322850#M92759</link>
      <description>it's working!  Thanks!!!</description>
      <pubDate>Wed, 24 Aug 2011 19:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322850#M92759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-24T19:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322851#M92760</link>
      <description>Then if I want to compare to several string, how to change the expression?
&lt;BR /&gt;like I want all items are not apple, dell computer. How to put that string in a easier way?
&lt;BR /&gt;!row3.Item.equals("Apple") and !row3.Item.equals("Dell")
&lt;BR /&gt;Also, do I need the double quote if it's a integer?
&lt;BR /&gt;row3.id.equals(20) or row3.id.equals("20") 
&lt;BR /&gt;thanks!</description>
      <pubDate>Fri, 09 Sep 2011 17:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322851#M92760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-09T17:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322852#M92761</link>
      <description>Hi,&lt;BR /&gt;You can replace the and by &amp;amp;&amp;amp; and the or by ||, for an integer you would use row3.id == 20</description>
      <pubDate>Fri, 09 Sep 2011 21:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322852#M92761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-09T21:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322853#M92762</link>
      <description>You can use !row3.Item.matches("Apple|Dell").</description>
      <pubDate>Sun, 11 Sep 2011 11:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322853#M92762</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-09-11T11:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322854#M92763</link>
      <description>can get this filter to work on a string. i coded BB.ENTITY_ID.equals("PBNDQ") in the expression filter but i get no output... i can see may data is correct as i put a SQL Database in between the Oracle call and the data is correct in SQL.. if i remove the expression filter it run through to Excel, so its just around the code in the expression filter that i seem to be stuck</description>
      <pubDate>Wed, 13 Nov 2013 15:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322854#M92763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-13T15:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322855#M92764</link>
      <description>Hi andrew.vanosch, &lt;BR /&gt;What's your current situation? job workflow? Could you elaborate your case with an example with input and expected output values so that we can take a testing for that and give an accurate solution.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 14 Nov 2013 04:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322855#M92764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-14T04:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322856#M92765</link>
      <description>Hi thanks for the help 
&lt;BR /&gt;The idea was to pull the data from Oracle then stage it in SQL so I could build a history outside the transactional system? then send all Fixed income portfolios to one output and Equity portfolios to another.. Eventually when I get the output working it will go to an FTP site at Bloomberg?s. 
&lt;BR /&gt;Herewith are the screen shot 
&lt;BR /&gt;The area I'm struggling is apply a filter to the outbound data that acts like a where clause on the ENTITY ID. if i remove any filters all the data flows through so its not the workflow that's the issue, just the filter 
&lt;BR /&gt;the screen shot shows one output with no filter and one with... 
&lt;BR /&gt;my data and names are 100% so it must be something in my filter syntax</description>
      <pubDate>Thu, 14 Nov 2013 07:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322856#M92765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-14T07:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322857#M92766</link>
      <description>Hi thanks for the help 
&lt;BR /&gt;The idea was to pull the data from Oracle then stage it in SQL so I could build a history outside the transactional system? then send all Fixed income portfolios to one output and Equity portfolios to another.. Eventually when I get the output working it will go to an FTP site at Bloomberg?s. 
&lt;BR /&gt;Herewith are the screen shot 
&lt;BR /&gt;The area I'm struggling is apply a filter to the outbound data that acts like a where clause on the ENTITY ID. if i remove any filters all the data flows through so its not the workflow that's the issue, just the filter 
&lt;BR /&gt;the screen shot shows one output with no filter and one with... 
&lt;BR /&gt;my data and names are 100% so it must be something in my filter syntax 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME4i.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140378iE355C76ED933C60C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME4i.jpg" alt="0683p000009ME4i.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME7g.gif"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146894i823D8AFFD458CD39/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME7g.gif" alt="0683p000009ME7g.gif" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 14 Nov 2013 07:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322857#M92766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-14T07:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322858#M92767</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Herewith are the screen shot&lt;BR /&gt;The area I'm struggling is apply a filter to the outbound data that acts like a where clause on the ENTITY ID. if i remove any filters all the data flows through so its not the workflow that's the issue, just the filter&lt;BR /&gt;the screen shot shows one output with no filter and one with...&lt;BR /&gt;my data and names are 100% so it must be something in my filter syntax&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;It seems the screenshot is missing, could you please check it?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 14 Nov 2013 08:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322858#M92767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-14T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322859#M92768</link>
      <description>sorry, updated above</description>
      <pubDate>Thu, 14 Nov 2013 16:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322859#M92768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-14T16:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322860#M92769</link>
      <description>Hi, 
&lt;BR /&gt;I don't find there is error in your code. 
&lt;BR /&gt;Please make sure that the property of "Catch output reject" is false in your tmap editor. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDw5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139407i15A9FB96A90CD2A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDw5.png" alt="0683p000009MDw5.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 15 Nov 2013 04:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322860#M92769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T04:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322861#M92770</link>
      <description>Hi Sabrina, yes it is set to FALSE.. also tried TRUE and also toggled the inner join around but i don't get any data no matter what the settings.. really weird...&lt;BR /&gt;if i put Not (!) in front of the code i get all the data but for some reason it doesn't resolve the value in Entity ID and filter on it... &lt;BR /&gt;values work fine as SQL statement from the SQL server</description>
      <pubDate>Fri, 15 Nov 2013 06:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322861#M92770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T06:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322862#M92771</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;if i put Not (!) in front of the code i get all the data but for some reason it doesn't resolve the value in Entity ID and filter on it...&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Is there any extra space/symbol in string "PBNDQ" in your ENTITY_ID, which make the tmap filter failure.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 15 Nov 2013 07:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322862#M92771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T07:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322863#M92772</link>
      <description>nope i have checked the data string and tried with a space, i have also tried CAPS and smalls... when the data runs through without the filter i have check that it has no spaces and C&amp;amp;P it back into the filter but still nothing...
&lt;BR /&gt;is there a way to debug this?</description>
      <pubDate>Fri, 15 Nov 2013 07:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322863#M92772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T07:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: filter data using tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322864#M92773</link>
      <description>Hi, 
&lt;BR /&gt;There is a "Debug Run"section in job view. I have a demo job as yours but everything is OK with me. Is there a good new when re-create a job(empty anything and restart), maybe there is something wrong with old one, please take a try. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME7l.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136353i2141BF529ACB0444/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME7l.png" alt="0683p000009ME7l.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/filter-data-using-tMap/m-p/2322864#M92773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T08:01:45Z</dc:date>
    </item>
  </channel>
</rss>

