<?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 please in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240108#M27705</link>
    <description>&lt;P&gt;Hello, have you tried the following?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;tExcelInput -&amp;gt; tFilterRow (filter Decision = Y) -&amp;gt; tAggregateSortRow (Group by Prospect_ID, Entry Team) -&amp;gt; tLogRow&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You extract all the information from Excel, filter and delete Decision = N is not relevant information).&lt;/P&gt;&lt;P&gt;By grouping for each Prospect ID and Entry Team you will have each row with a different application date and decision = Y which is what you need to send to the output to save it in a CSV / Database System file.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jul 2019 16:48:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-20T16:48:05Z</dc:date>
    <item>
      <title>Help me with the logic please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240107#M27704</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a requirement where I'm extracting the data from a excel file and loading that to target oracle table.&amp;nbsp;Below is how my data looks like.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;If there are multiple records per Prospect_ID and if the APPLICANT_SUBMIT_DATE is null, we need to load to target the record where Decision = Y and if more than one row exists with Decision = Y then take the record with maximum Application_Start_Date.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6g8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154861i8A21201AB901CC4B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6g8.png" alt="0683p000009M6g8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 609px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141586i1F96EA63386E1788/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gI.png" alt="0683p000009M6gI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240107#M27704</guid>
      <dc:creator>DEV4</dc:creator>
      <dc:date>2024-11-16T05:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the logic please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240108#M27705</link>
      <description>&lt;P&gt;Hello, have you tried the following?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;tExcelInput -&amp;gt; tFilterRow (filter Decision = Y) -&amp;gt; tAggregateSortRow (Group by Prospect_ID, Entry Team) -&amp;gt; tLogRow&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You extract all the information from Excel, filter and delete Decision = N is not relevant information).&lt;/P&gt;&lt;P&gt;By grouping for each Prospect ID and Entry Team you will have each row with a different application date and decision = Y which is what you need to send to the output to save it in a CSV / Database System file.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 16:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240108#M27705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-20T16:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the logic please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240109#M27706</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not want to filter all the data with Decision = N. If there is a single row where Decision=N, that row should be loaded to target.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I should filter Decision=N only when there are multiple records per prospect ID per entry_term, and if the APPLICATION_SUBMIT_DATE is null for those records with same prospect_id, then remove the row or rows with Decision = N, and out of the remaining rows with Decision=Y get the row with MAX Application_Start_Date and load that in to target.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 20:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240109#M27706</guid>
      <dc:creator>DEV4</dc:creator>
      <dc:date>2019-07-21T20:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the logic please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240110#M27707</link>
      <description>&lt;P&gt;Some one please help me on this this is kind of urgent issue. Thank You&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 04:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240110#M27707</guid>
      <dc:creator>DEV4</dc:creator>
      <dc:date>2019-07-22T04:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the logic please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240111#M27708</link>
      <description>&lt;P&gt;filter null dates, then sort on the basis of propect Id, status, submit_date and take the max of each&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 12:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-me-with-the-logic-please/m-p/2240111#M27708</guid>
      <dc:creator>mani1304</dc:creator>
      <dc:date>2019-07-22T12:59:54Z</dc:date>
    </item>
  </channel>
</rss>

