<?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 How do I aggregate multiple columns with the tAggregateRow component? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-aggregate-multiple-columns-with-the-tAggregateRow/m-p/2265586#M45072</link>
    <description>&lt;P&gt;I have a use case that follows:&lt;BR /&gt;&lt;BR /&gt;LoanID | Address | PolicyNo | InsuranceType&lt;/P&gt;
&lt;P&gt;101 | 123 Main St | Pol123 | Hazard&lt;/P&gt;
&lt;P&gt;101 | 123 Main St | Pol122 | Flood&lt;/P&gt;
&lt;P&gt;101 | 101 Open Blvd | Pol2 | Flood&lt;/P&gt;
&lt;P&gt;102 | 111 Second St | Pol111 | Hazard&lt;/P&gt;
&lt;P&gt;102 | 111 Second St | Pol333 | Flood&lt;/P&gt;
&lt;P&gt;103 | 137 Third St | Pol222 | Wind&lt;/P&gt;
&lt;P&gt;103 | 119 Fifth St | Pol 1234 | Hazard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to return the rows that have duplicate LoanIDs and also duplicate Addresses and not having the value "Hazard" as the InsuranceType. So with the sample data set I would need it to return only&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;101 | 123 Main St | Pol122 | Flood&lt;/P&gt;
&lt;P&gt;102 | 111 Second St | Pol333 | Flood&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:53:38 GMT</pubDate>
    <dc:creator>Jj5</dc:creator>
    <dc:date>2024-11-16T02:53:38Z</dc:date>
    <item>
      <title>How do I aggregate multiple columns with the tAggregateRow component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-aggregate-multiple-columns-with-the-tAggregateRow/m-p/2265586#M45072</link>
      <description>&lt;P&gt;I have a use case that follows:&lt;BR /&gt;&lt;BR /&gt;LoanID | Address | PolicyNo | InsuranceType&lt;/P&gt;
&lt;P&gt;101 | 123 Main St | Pol123 | Hazard&lt;/P&gt;
&lt;P&gt;101 | 123 Main St | Pol122 | Flood&lt;/P&gt;
&lt;P&gt;101 | 101 Open Blvd | Pol2 | Flood&lt;/P&gt;
&lt;P&gt;102 | 111 Second St | Pol111 | Hazard&lt;/P&gt;
&lt;P&gt;102 | 111 Second St | Pol333 | Flood&lt;/P&gt;
&lt;P&gt;103 | 137 Third St | Pol222 | Wind&lt;/P&gt;
&lt;P&gt;103 | 119 Fifth St | Pol 1234 | Hazard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to return the rows that have duplicate LoanIDs and also duplicate Addresses and not having the value "Hazard" as the InsuranceType. So with the sample data set I would need it to return only&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;101 | 123 Main St | Pol122 | Flood&lt;/P&gt;
&lt;P&gt;102 | 111 Second St | Pol333 | Flood&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-aggregate-multiple-columns-with-the-tAggregateRow/m-p/2265586#M45072</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2024-11-16T02:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I aggregate multiple columns with the tAggregateRow component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-aggregate-multiple-columns-with-the-tAggregateRow/m-p/2265587#M45073</link>
      <description>You can do with many ways. Try to do with use tsortrows by sorting on loanid and address and use tuniquerows component and take duplicate records from main. If your seeing any deference you need to play with sorting the data in required way.</description>
      <pubDate>Wed, 25 Mar 2020 01:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-aggregate-multiple-columns-with-the-tAggregateRow/m-p/2265587#M45073</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-25T01:01:13Z</dc:date>
    </item>
  </channel>
</rss>

