<?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: Select query with 'IN' operator implemention with tmap in talend open studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295880#M68596</link>
    <description>&lt;P&gt;Hi abhishek,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you say "&lt;SPAN&gt;need lookup data flow into your tMap"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you elaborate&amp;nbsp;on this, How to perform&amp;nbsp;this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As i am new to Talend. Appreciate&amp;nbsp;your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rekha&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 13:39:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-08T13:39:52Z</dc:date>
    <item>
      <title>Select query with 'IN' operator implemention with tmap in talend open studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295876#M68592</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have query example&lt;/P&gt;&lt;P&gt;(&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;EM&gt;column_name(s)&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt; &lt;EM&gt;table_name&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE&lt;/SPAN&gt; &lt;EM&gt;column_name&lt;/EM&gt; &lt;SPAN&gt;IN&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;&lt;I&gt;value 1&lt;/I&gt;,&lt;/SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&lt;I&gt;value 2&lt;/I&gt;, ...);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do i implement the above select statement with IN operator using 'tmap' in talend open studio.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rekha.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 13:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295876#M68592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T13:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select query with 'IN' operator implemention with tmap in talend open studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295877#M68593</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;you can use tmap filter option with or clause to implement the in operator in talend&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;row2.&lt;SPAN&gt;colname&amp;nbsp;&lt;/SPAN&gt;==10 || row2.colname== 20&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 10:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295877#M68593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select query with 'IN' operator implemention with tmap in talend open studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295878#M68594</link>
      <description>&lt;P&gt;Thank You Pankaj. I tried the solution, It works with value list.&lt;/P&gt;&lt;P&gt;If i want select value from another table. Is there any way to do this.&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp;&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;EM&gt;column_name(s)&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt; &lt;EM&gt;table_name&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE&lt;/SPAN&gt; &lt;EM&gt;column_name&lt;/EM&gt; &lt;SPAN&gt;IN&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt; STATEMENT&lt;/EM&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rekha&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295878#M68594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select query with 'IN' operator implemention with tmap in talend open studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295879#M68595</link>
      <description>In that case you would need lookup data flow into your tMap which would be the subquery part of your SELECT statement - and then join based on conditions in tMap.</description>
      <pubDate>Wed, 08 Aug 2018 13:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295879#M68595</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-08-08T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select query with 'IN' operator implemention with tmap in talend open studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295880#M68596</link>
      <description>&lt;P&gt;Hi abhishek,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you say "&lt;SPAN&gt;need lookup data flow into your tMap"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you elaborate&amp;nbsp;on this, How to perform&amp;nbsp;this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As i am new to Talend. Appreciate&amp;nbsp;your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rekha&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295880#M68596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select query with 'IN' operator implemention with tmap in talend open studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295881#M68597</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Whatever query you are using in the IN clause put it in another tDBInput component and join this to tables using tamp and then do the inner join on the column which you are using in the query&amp;nbsp;WHERE Clause&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LOXSAA4"&gt;@RekhaB&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;
 &lt;P&gt;Hi abhishek,&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;When you say "&lt;SPAN&gt;need lookup data flow into your tMap"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN&gt;Can you elaborate&amp;nbsp;on this, How to perform&amp;nbsp;this.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN&gt;As i am new to Talend. Appreciate&amp;nbsp;your help.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN&gt;Rekha&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Select-query-with-IN-operator-implemention-with-tmap-in-talend/m-p/2295881#M68597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-08T14:10:12Z</dc:date>
    </item>
  </channel>
</rss>

