<?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 row by comparing two columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344688#M112317</link>
    <description>Hi Sabrina, 
&lt;BR /&gt;Since i wants to filter a row based on condition where value in column A must greater or equal to column B, only then i read the rows (VALUE) or else i will not read it. 
&lt;BR /&gt;What I've done is (by using tMap) i add another columns C and inside the expression of column C, i put a condition as per below: 
&lt;BR /&gt;column A &amp;gt;= column B ? VALUE : null 
&lt;BR /&gt;Then i used tFilterRow to filter column C not equal to null. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Kal</description>
    <pubDate>Tue, 28 May 2013 07:17:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-28T07:17:14Z</dc:date>
    <item>
      <title>Filter row by comparing two columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344684#M112313</link>
      <description>Hi All, 
&lt;BR /&gt;I have an issue in which i need to filter rows that figure from columns A must be greater or equal to column B. If not, i don't want it. See example below: 
&lt;BR /&gt;Input 
&lt;BR /&gt;------ 
&lt;BR /&gt;column A column B 
&lt;BR /&gt;---------- ---------- 
&lt;BR /&gt;1A 1B 
&lt;BR /&gt;1A 2B 
&lt;BR /&gt;1A 3B 
&lt;BR /&gt;2A 1B 
&lt;BR /&gt;2A 2B 
&lt;BR /&gt;2A 3B 
&lt;BR /&gt;Expected Output 
&lt;BR /&gt;----------------- 
&lt;BR /&gt;1A ............. 1B 
&lt;BR /&gt;1A ............. 2B 
&lt;BR /&gt;1A ............. 3B 
&lt;BR /&gt;2A ............. 2B 
&lt;BR /&gt;2A ............. 3B 
&lt;BR /&gt;Plz help me 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;KAL</description>
      <pubDate>Mon, 27 May 2013 11:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344684#M112313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-27T11:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter row by comparing two columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344685#M112314</link>
      <description>Hi, 
&lt;BR /&gt;This forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpESCA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Sequence-Generation/td-p/100565&lt;/A&gt; might point a light to you. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 28 May 2013 04:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344685#M112314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-28T04:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter row by comparing two columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344686#M112315</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks for your response. I already used other way to solved it but the solution that you advised me to refer is good. It is helpful for my etl job enhancement 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks again 
&lt;BR /&gt;Kal.</description>
      <pubDate>Tue, 28 May 2013 05:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344686#M112315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-28T05:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter row by comparing two columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344687#M112316</link>
      <description>Hi kal, &lt;BR /&gt;Thanks for your feedback. Would you mind sharing your solution with us?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 28 May 2013 06:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344687#M112316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-28T06:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter row by comparing two columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344688#M112317</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Since i wants to filter a row based on condition where value in column A must greater or equal to column B, only then i read the rows (VALUE) or else i will not read it. 
&lt;BR /&gt;What I've done is (by using tMap) i add another columns C and inside the expression of column C, i put a condition as per below: 
&lt;BR /&gt;column A &amp;gt;= column B ? VALUE : null 
&lt;BR /&gt;Then i used tFilterRow to filter column C not equal to null. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Kal</description>
      <pubDate>Tue, 28 May 2013 07:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344688#M112317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-28T07:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter row by comparing two columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344689#M112318</link>
      <description>Hi, &lt;BR /&gt;Thanks for sharing your experience with us , it is a good solution.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 28 May 2013 07:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-row-by-comparing-two-columns/m-p/2344689#M112318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-28T07:25:36Z</dc:date>
    </item>
  </channel>
</rss>

