<?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: Help me with the logic for TMAP Please in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-for-TMAP-Please/m-p/2239879#M27532</link>
    <description>&lt;P&gt;Thank you so much. I just implemented this logic and I was able to achieve my requirement. And yes the target column is only one column.&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jul 2019 03:57:34 GMT</pubDate>
    <dc:creator>DEV4</dc:creator>
    <dc:date>2019-07-20T03:57:34Z</dc:date>
    <item>
      <title>Help me with the logic for TMAP Please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-for-TMAP-Please/m-p/2239877#M27530</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Can you please help me how to achieve the below scenario.I need to write the condition in TMAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Column A =1 and rest of columns B,C,D are 0, then target column should be populated with 'Applicant'.&lt;/P&gt;&lt;P&gt;If Column A and B =1 and rest of columns C,D are 0, then target column should be populated with 'Admit'.&lt;/P&gt;&lt;P&gt;If Column A and B and C =1 and rest of column D IS 0, then target column should be populated with 'Commit'.&lt;/P&gt;&lt;P&gt;If all columns A,B,C,D are = 1, the the target column should be populated with 'Net Commit'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-for-TMAP-Please/m-p/2239877#M27530</guid>
      <dc:creator>DEV4</dc:creator>
      <dc:date>2024-11-16T05:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the logic for TMAP Please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-for-TMAP-Please/m-p/2239878#M27531</link>
      <description>&lt;P&gt;I am assuming A,B,C,D as input column and there is only one output column, which can have the given values, so you can use if condition to assign values to the output column as per the condition and assign null if non match, like below&lt;/P&gt;&lt;P&gt;(input_row.A==1)&amp;amp;&amp;amp;(input_row.B==0)&amp;amp;&amp;amp;(input_row.C==0)&amp;amp;&amp;amp;(input_row.D==0)?"Applicant":&lt;/P&gt;&lt;P&gt;(input_row.A==1)&amp;amp;&amp;amp;(input_row.B==1)&amp;amp;&amp;amp;(input_row.C==0)&amp;amp;&amp;amp;(input_row.D==0)?"Admit":&lt;/P&gt;&lt;P&gt;(input_row.A==1)&amp;amp;&amp;amp;(input_row.B==1)&amp;amp;&amp;amp;(input_row.C==1)&amp;amp;&amp;amp;(input_row.D==0)?"Commit":&lt;/P&gt;&lt;P&gt;(input_row.A==1)&amp;amp;&amp;amp;(input_row.B==1)&amp;amp;&amp;amp;(input_row.C==1)&amp;amp;&amp;amp;(input_row.D==1)?"NetCommit":null&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 02:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-for-TMAP-Please/m-p/2239878#M27531</guid>
      <dc:creator>mani1304</dc:creator>
      <dc:date>2019-07-20T02:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the logic for TMAP Please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-for-TMAP-Please/m-p/2239879#M27532</link>
      <description>&lt;P&gt;Thank you so much. I just implemented this logic and I was able to achieve my requirement. And yes the target column is only one column.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 03:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-for-TMAP-Please/m-p/2239879#M27532</guid>
      <dc:creator>DEV4</dc:creator>
      <dc:date>2019-07-20T03:57:34Z</dc:date>
    </item>
  </channel>
</rss>

