<?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 Conditin(and) in tMap help in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337200#M105563</link>
    <description>Denis,&lt;BR /&gt;If your are in a JavaProject, the equal condition for a INTEGER is not the same that for a STRING.&lt;BR /&gt;Test in your case the following syntax : row2.projectID == 33 &lt;BR /&gt;Regards.</description>
    <pubDate>Tue, 19 Jun 2007 11:31:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-06-19T11:31:40Z</dc:date>
    <item>
      <title>Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337199#M105562</link>
      <description>Hello&lt;BR /&gt;Do you have some document regarding what kind of option we can use in the Filter Conditin(and) in tMap &lt;BR /&gt;exemple&lt;BR /&gt;I'm trying to filter data from table using this syntaxt &lt;BR /&gt;row2.projectID.equals(33)  the projectID is a INT type  &lt;BR /&gt;I have an error on my tMap "Orror on row2.projectID.equals(33) =&amp;gt; Cannot invoke equals(int) on a primitive type int&lt;BR /&gt;&lt;BR /&gt;And what is the correct syntaxt for not equals to 33 or to null?&lt;BR /&gt;THX&lt;BR /&gt;DN</description>
      <pubDate>Sat, 16 Nov 2024 14:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337199#M105562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337200#M105563</link>
      <description>Denis,&lt;BR /&gt;If your are in a JavaProject, the equal condition for a INTEGER is not the same that for a STRING.&lt;BR /&gt;Test in your case the following syntax : row2.projectID == 33 &lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 19 Jun 2007 11:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337200#M105563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-19T11:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337201#M105564</link>
      <description>Thx Antoine&lt;BR /&gt;But how different working !=  or =! ,  &amp;lt;&amp;gt;,...&lt;BR /&gt;DN</description>
      <pubDate>Tue, 19 Jun 2007 12:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337201#M105564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-19T12:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337202#M105565</link>
      <description>Antoine&lt;BR /&gt; and for null&lt;BR /&gt;how do you do?&lt;BR /&gt;row2.projectID == null doesn't work</description>
      <pubDate>Tue, 19 Jun 2007 12:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337202#M105565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-19T12:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337203#M105566</link>
      <description>Denis,
&lt;BR /&gt;An "Int" cannot be NULL but an "Integer" can be NULL.
&lt;BR /&gt;Verify your Schema, and change with "Integer" (check Nullable -&amp;gt; true), and you can test your expression : row2.projectID == null
&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 19 Jun 2007 13:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337203#M105566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-19T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337204#M105567</link>
      <description>Thak you cantoine
&lt;BR /&gt;You helped me too.</description>
      <pubDate>Mon, 12 May 2008 15:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337204#M105567</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-05-12T15:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337205#M105568</link>
      <description>Hi all,&lt;BR /&gt;I am new to Talend. I am trying to figure out how to filter out an excel  column based on the column name  without writing java code. For example if I want to skip all the columns whose names start with 'derive_' can I do it with tMap or something else within Talend?&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 24 Aug 2011 15:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337205#M105568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-24T15:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337206#M105569</link>
      <description>Maybe post this as a separate thread instead of hijacking this one. you'll get a better response.
&lt;BR /&gt;My suggestion:
&lt;BR /&gt;Add a tMap. On the right hand side add a field called "worksheet" with the following variable as the expression: (replace with the correct global name)
&lt;BR /&gt;((String)globalMap.get("tFileInputExcel_1_CURRENT_SHEET"))
&lt;BR /&gt;Then use tFilterRow to filter rows that include or exclude the worksheet names you want.
&lt;BR /&gt;Let me know if this helps.</description>
      <pubDate>Wed, 24 Aug 2011 16:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337206#M105569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-24T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337207#M105570</link>
      <description>My apologies for the intrusion. Could somebody be kind enough to show me how to post a new thread?</description>
      <pubDate>Wed, 24 Aug 2011 20:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337207#M105570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-24T20:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Conditin(and) in tMap help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337208#M105571</link>
      <description>At the top of this topic, under the Announcement section, click the Usage, Operation link.  On the new page at the right is a Post new topic link.</description>
      <pubDate>Sat, 27 Aug 2011 08:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-Conditin-and-in-tMap-help/m-p/2337208#M105571</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-08-27T08:56:06Z</dc:date>
    </item>
  </channel>
</rss>

