<?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 applying multiple filters iteratly on a dataset ? how to ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/applying-multiple-filters-iteratly-on-a-dataset-how-to/m-p/2275365#M51762</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a data set... i have multiple filter to apply on this dataset...&lt;/P&gt;
&lt;P&gt;how can y manage to &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;iteratively&lt;/SPAN&gt;&lt;/SPAN&gt; apply those filter on my datas ?&lt;/P&gt;
&lt;P&gt;maybe with a tMap ?...&amp;nbsp; do yo have any idea ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filters elements list:&lt;/P&gt;
&lt;PRE&gt;|=-----+--------+-----=|
|left  |operator|right |
|=-----+--------+-----=|
|row1.A|&amp;gt;       |5     |
|row1.A|&amp;gt;       |row1.B|
'------+--------+------'&lt;/PRE&gt;
&lt;P&gt;dataset:&lt;/P&gt;
&lt;PRE&gt;.-+-.
|A|B|
|=+=|
|1|2|
|9|3|
|4|4|
|5|6|
|7|6|
'-+-'&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is what i'm trying to do :&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multipleFilter" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17448i8A2F8B79062F5567/image-size/large?v=1.0&amp;amp;px=999" title="multipleFilter" alt="multipleFilter" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2019 13:27:44 GMT</pubDate>
    <dc:creator>iztoogood</dc:creator>
    <dc:date>2019-03-20T13:27:44Z</dc:date>
    <item>
      <title>applying multiple filters iteratly on a dataset ? how to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/applying-multiple-filters-iteratly-on-a-dataset-how-to/m-p/2275365#M51762</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a data set... i have multiple filter to apply on this dataset...&lt;/P&gt;
&lt;P&gt;how can y manage to &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;iteratively&lt;/SPAN&gt;&lt;/SPAN&gt; apply those filter on my datas ?&lt;/P&gt;
&lt;P&gt;maybe with a tMap ?...&amp;nbsp; do yo have any idea ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filters elements list:&lt;/P&gt;
&lt;PRE&gt;|=-----+--------+-----=|
|left  |operator|right |
|=-----+--------+-----=|
|row1.A|&amp;gt;       |5     |
|row1.A|&amp;gt;       |row1.B|
'------+--------+------'&lt;/PRE&gt;
&lt;P&gt;dataset:&lt;/P&gt;
&lt;PRE&gt;.-+-.
|A|B|
|=+=|
|1|2|
|9|3|
|4|4|
|5|6|
|7|6|
'-+-'&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is what i'm trying to do :&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multipleFilter" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17448i8A2F8B79062F5567/image-size/large?v=1.0&amp;amp;px=999" title="multipleFilter" alt="multipleFilter" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 13:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/applying-multiple-filters-iteratly-on-a-dataset-how-to/m-p/2275365#M51762</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2019-03-20T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: applying multiple filters iteratly on a dataset ? how to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/applying-multiple-filters-iteratly-on-a-dataset-how-to/m-p/2275366#M51763</link>
      <description>&lt;P&gt;in Java , Usually it is not possible to evaluate code at run-time.&lt;/P&gt;
&lt;P&gt;But it might be possible with tGroovy ( Only if it is simple use case)&amp;nbsp; as it is a scripting/Programming Language. But then also lot of coding would be required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some examples below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.programcreek.com/java-api-examples/?class=groovy.lang.GroovyShell&amp;amp;method=evaluate" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.programcreek.com/java-api-examples/?class=groovy.lang.GroovyShell&amp;amp;method=evaluate&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you find any other interesting solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 14:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/applying-multiple-filters-iteratly-on-a-dataset-how-to/m-p/2275366#M51763</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-20T14:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: applying multiple filters iteratly on a dataset ? how to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/applying-multiple-filters-iteratly-on-a-dataset-how-to/m-p/2275367#M51764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thanks Akumar... i will take a look&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 14:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/applying-multiple-filters-iteratly-on-a-dataset-how-to/m-p/2275367#M51764</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2019-03-20T14:48:31Z</dc:date>
    </item>
  </channel>
</rss>

