<?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 tMap multiple filtering conditions in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258590#M40344</link>
    <description>My job contains a couple of inputs, tMap and a excel output. The input tables are Customers,Orders and OrderCateogry. The output columns are to be as follows&lt;BR /&gt;CustomerName|TotalOrders|OrdersforHDTV|OrdersforLaptop&lt;BR /&gt;How do I implement multiple filters within tMap or could you suggest a better way of accomplishing this.&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 13:21:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:21:32Z</dc:date>
    <item>
      <title>tMap multiple filtering conditions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258590#M40344</link>
      <description>My job contains a couple of inputs, tMap and a excel output. The input tables are Customers,Orders and OrderCateogry. The output columns are to be as follows&lt;BR /&gt;CustomerName|TotalOrders|OrdersforHDTV|OrdersforLaptop&lt;BR /&gt;How do I implement multiple filters within tMap or could you suggest a better way of accomplishing this.&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258590#M40344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: tMap multiple filtering conditions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258591#M40345</link>
      <description>hi
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;How do I implement multiple filters within tMap or could you suggest a better way of accomplishing this.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;What are you expected situation? You can add multiple filters on tMap like this:
&lt;BR /&gt;row1.name.equals("shong")&amp;amp;&amp;amp;row1.id&amp;gt;3
&lt;BR /&gt;or 
&lt;BR /&gt;row1.name.equals("shong")||row1.id&amp;gt;3
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 12 Jul 2010 04:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258591#M40345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-12T04:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: tMap multiple filtering conditions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258592#M40346</link>
      <description>I would like 2 output columns filtered by different criteria on the same input column
&lt;BR /&gt;One with 
&lt;BR /&gt;row1.name.equals("shong")
&lt;BR /&gt;Other with
&lt;BR /&gt;row1.name.equals("BI4better")</description>
      <pubDate>Mon, 12 Jul 2010 04:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258592#M40346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-12T04:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: tMap multiple filtering conditions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258593#M40347</link>
      <description>Hi
&lt;BR /&gt;Can you give us an exmaple? What are the incoming record and output result?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 12 Jul 2010 04:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258593#M40347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-12T04:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: tMap multiple filtering conditions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258594#M40348</link>
      <description>Let's say the input to tMap are Customers, Orders &amp;amp; OrderCategory. 
&lt;BR /&gt;OrderCategory would contain categories as Store and Online.
&lt;BR /&gt;The output file needs to display the following
&lt;BR /&gt;CustomerName| TotalNumberofOrders | NumberofStoreOrders | NumberofOnlineOrders
&lt;BR /&gt;Thanks for your quick response</description>
      <pubDate>Mon, 12 Jul 2010 04:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258594#M40348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-12T04:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: tMap multiple filtering conditions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258595#M40349</link>
      <description>Hi 
&lt;BR /&gt;Just do some inner join on tMap between the three input tables. Can you give us a specific example? I will show you a demo job 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 12 Jul 2010 06:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258595#M40349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-12T06:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: tMap multiple filtering conditions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258596#M40350</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can I give an example of mine and can yo give me a demo on how can I do it?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 12:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-multiple-filtering-conditions/m-p/2258596#M40350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T12:43:53Z</dc:date>
    </item>
  </channel>
</rss>

