<?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: Aggregating/ Grouping the data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292042#M65159</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Sz5fAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136790i614356A32A8C2272/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Sz5fAAC.png" alt="0693p000009Sz5fAAC.png" /&gt;&lt;/span&gt;Hi @Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much thanks for the reply, I did already try this and I'm getting error while grouping as you suggested &lt;/P&gt;&lt;P&gt;Warning:the operation 'list_object' for the output column 'Element' can't be processed because of incompatible input and/or output types&lt;/P&gt;&lt;P&gt;Warning:the operation 'list_object' for the output column 'EndDate' can't be processed because of incompatible input and/or output types&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Sz5kAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139946i06EE0F08DCE2E823/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Sz5kAAC.png" alt="0693p000009Sz5kAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 07:26:56 GMT</pubDate>
    <dc:creator>amitdadri</dc:creator>
    <dc:date>2020-09-14T07:26:56Z</dc:date>
    <item>
      <title>Aggregating/ Grouping the data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292040#M65157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement , where I have gathered the data in normalised form, now I need to send emails, based on it.&lt;/P&gt;&lt;P&gt;Based on unique (email and KeyData column), I have to send a email. For example for first two line I need to send 1 email, for 3rd line a separate email, and again for 4 and 5 line separate email, as the combination of email and KeyData is different. &lt;/P&gt;&lt;P&gt;FirstName;Email;KeyData;EndDate;Element&lt;/P&gt;&lt;P&gt;Sumit;sumit@gmail.com;A111;2020-08-06;TstEle001&lt;/P&gt;&lt;P&gt;Sumit;sumit@gmail.com;A111;2020-08-06;TstEle022&lt;/P&gt;&lt;P&gt;Ravi;ravi@gmail.com;A111;2020-08-09;TstEle044&lt;/P&gt;&lt;P&gt;Sumit;sumit@gmail.com;A444;2020-08-06;TstEle055&lt;/P&gt;&lt;P&gt;Sumit;sumit@gmail.com;A444;2020-08-01;TstEle044&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest on how to group and send it to tSendEmail component.&lt;/P&gt;&lt;P&gt;to the tSendEmail component, I need to pass Element and EndDate fields in the body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292040#M65157</guid>
      <dc:creator>amitdadri</dc:creator>
      <dc:date>2024-11-16T01:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating/ Grouping the data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292041#M65158</link>
      <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;You can use tAggreGateRow to group the data based  on key columns email and KeyData, and get the list of  Element and EndDate fields, then, use a tFlowToIterate to iterate  each group and send an email, see below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Sz5GAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157505iD10FC42F3EDEAE6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Sz5GAAS.png" alt="0693p000009Sz5GAAS.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Sz5LAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152304i74252BD412037DD5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Sz5LAAS.png" alt="0693p000009Sz5LAAS.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 07:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292041#M65158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-14T07:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating/ Grouping the data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292042#M65159</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Sz5fAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136790i614356A32A8C2272/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Sz5fAAC.png" alt="0693p000009Sz5fAAC.png" /&gt;&lt;/span&gt;Hi @Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much thanks for the reply, I did already try this and I'm getting error while grouping as you suggested &lt;/P&gt;&lt;P&gt;Warning:the operation 'list_object' for the output column 'Element' can't be processed because of incompatible input and/or output types&lt;/P&gt;&lt;P&gt;Warning:the operation 'list_object' for the output column 'EndDate' can't be processed because of incompatible input and/or output types&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Sz5kAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139946i06EE0F08DCE2E823/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Sz5kAAC.png" alt="0693p000009Sz5kAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 07:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292042#M65159</guid>
      <dc:creator>amitdadri</dc:creator>
      <dc:date>2020-09-14T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating/ Grouping the data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292043#M65160</link>
      <description>&lt;P&gt;I read the data with string type and select 'List' function from the Function List. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 07:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Aggregating-Grouping-the-data/m-p/2292043#M65160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-14T07:49:51Z</dc:date>
    </item>
  </channel>
</rss>

