<?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 Filter by multiple column (String) values in tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filter-by-multiple-column-String-values-in-tmap/m-p/2373969#M136630</link>
    <description>&lt;P&gt;How can I filter by used two string column values as i need to filter on different values only?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;I am using this filter in tmap&lt;/P&gt;&lt;P&gt;(row4.pivot_value.equals(row6.pivot_value))? false:true&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that i am using tfilter to get true values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it gives an error&amp;nbsp;NullPointerException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any possible way?&lt;/P&gt;</description>
    <pubDate>Sat, 23 Dec 2017 23:18:10 GMT</pubDate>
    <dc:creator>rafaaaaa</dc:creator>
    <dc:date>2017-12-23T23:18:10Z</dc:date>
    <item>
      <title>Filter by multiple column (String) values in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-by-multiple-column-String-values-in-tmap/m-p/2373969#M136630</link>
      <description>&lt;P&gt;How can I filter by used two string column values as i need to filter on different values only?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;I am using this filter in tmap&lt;/P&gt;&lt;P&gt;(row4.pivot_value.equals(row6.pivot_value))? false:true&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that i am using tfilter to get true values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it gives an error&amp;nbsp;NullPointerException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any possible way?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 23:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-by-multiple-column-String-values-in-tmap/m-p/2373969#M136630</guid>
      <dc:creator>rafaaaaa</dc:creator>
      <dc:date>2017-12-23T23:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by multiple column (String) values in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-by-multiple-column-String-values-in-tmap/m-p/2373970#M136631</link>
      <description>Hi,&lt;BR /&gt;Did you try this:&lt;BR /&gt;(row4.pivot_value != null &amp;amp;&amp;amp; row6.pivot_value != null &amp;amp;&amp;amp; row4.pivot_value.equals(row6.pivot_value))? false:true&lt;BR /&gt;&lt;BR /&gt;This is your responsability to decide how to consider null values. Here, the result will be false only when both fiels are not null and equal to each other. Else the result will be false.&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Dec 2017 09:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-by-multiple-column-String-values-in-tmap/m-p/2373970#M136631</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-24T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by multiple column (String) values in tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-by-multiple-column-String-values-in-tmap/m-p/2373971#M136632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this solution will fit with as some times the other columns won't be null. I have figured out a solution but creating a variale in the tmap with this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(String.valueOf(row5.pivot_value).equals(String.valueOf(row3.new_staus))) ? "0" : "1"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no erros appear and after that I used filter to get the data with "1" only. it works will with me&lt;/P&gt;</description>
      <pubDate>Sun, 24 Dec 2017 18:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-by-multiple-column-String-values-in-tmap/m-p/2373971#M136632</guid>
      <dc:creator>rafaaaaa</dc:creator>
      <dc:date>2017-12-24T18:11:42Z</dc:date>
    </item>
  </channel>
</rss>

