<?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: data aggregation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301510#M73611</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.talend.com/s/profile/0055b00000Ll14kAAB" alt="https://community.talend.com/s/profile/0055b00000Ll14kAAB" target="_blank"&gt;gjeremy&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;could please share whole java code in java flex component, i am not able to see that, kindky help me&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2022 11:04:42 GMT</pubDate>
    <dc:creator>Spasupuleti1641121123</dc:creator>
    <dc:date>2022-05-20T11:04:42Z</dc:date>
    <item>
      <title>data aggregation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301506#M73607</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please help me on below scenario,&lt;/P&gt;&lt;P&gt;input table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Rgur9AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145956i0B811D88CEB92362/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Rgur9AAB.png" alt="0695b00000Rgur9AAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output Table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Rguu2AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153166i83A593EBDB8480A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Rguu2AAB.png" alt="0695b00000Rguu2AAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for out table i need to add extra column Wos_fc,&lt;/P&gt;&lt;P&gt;if inv_qty&amp;gt;=net_sale_quantity then value for wos_fc = 0&lt;/P&gt;&lt;P&gt;else if inv_qty &amp;lt;&lt;/P&gt;&lt;P&gt;net_sale_quantity then i need to calculate sum (inv_qty) till value should reach the net_sale_quantity.&lt;/P&gt;&lt;P&gt;example: &lt;/P&gt;&lt;P&gt;net_sale_quantity=110 and inv_qty=110 then wos_fc=0&lt;/P&gt;&lt;P&gt;if net_sale_quantity=110 and inv_qty=55 then value should be calculated as sum(55+10)=60&lt;/P&gt;&lt;P&gt;60&amp;lt;110 so again &lt;/P&gt;&lt;P&gt;sum(55+10+60)=125&lt;/P&gt;&lt;P&gt;now 125&amp;gt;110 ---&amp;gt; so wos_fc=3 (3 becz sumation on three rows to reach condition.&lt;/P&gt;&lt;P&gt;similar for remining rows..&lt;/P&gt;&lt;P&gt;i need to achive this with talend , kindly help me..&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sudheer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301506#M73607</guid>
      <dc:creator>Spasupuleti1641121123</dc:creator>
      <dc:date>2024-11-15T22:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: data aggregation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301507#M73608</link>
      <description>&lt;P&gt;Hi @SUDHEER pasupuleti​&amp;nbsp;, you could try something like this&lt;/P&gt;&lt;P&gt;you read your file and you use a tFlowToIterate to make a single flow for each value:&lt;/P&gt;&lt;P&gt;then you use a Tmap to join with the same file and get all the values with date &amp;gt;= to your entry date for eg :&lt;/P&gt;&lt;P&gt;if your input is 21 may you will have :&lt;/P&gt;&lt;P&gt;21 may&lt;/P&gt;&lt;P&gt;28 may&lt;/P&gt;&lt;P&gt;4 jun &lt;/P&gt;&lt;P&gt;11 jun&lt;/P&gt;&lt;P&gt;then you can use a tJavaFlex on the output of the tMap to make a for loop with your conditions&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 07:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301507#M73608</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-05-17T07:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: data aggregation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301508#M73609</link>
      <description>&lt;P&gt;I use tFixedFLowInput 1 and 3 to simulate your file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbaFAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140681i8E2ADD6B77C56DC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbaFAAR.png" alt="0695b00000RhbaFAAR.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbaAAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143537iE9D5702A8851A44D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbaAAAR.png" alt="0695b00000RhbaAAAR.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbYUAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151248i292FB95433D27E19/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbYUAAZ.png" alt="0695b00000RhbYUAAZ.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Rhba0AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133414iC2A7DCBF1CD9CA24/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Rhba0AAB.png" alt="0695b00000Rhba0AAB.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbZvAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142669i848291567EF3398E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbZvAAJ.png" alt="0695b00000RhbZvAAJ.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbZqAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137942iCC01608E2ABD1A00/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbZqAAJ.png" alt="0695b00000RhbZqAAJ.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbZlAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133154iD2E0DCCA105EF133/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbZlAAJ.png" alt="0695b00000RhbZlAAJ.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbYAAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147106i0DB998E6E63C5C16/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbYAAAZ.png" alt="0695b00000RhbYAAAZ.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhbZRAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156344iEE1C8CFCB2FF874B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhbZRAAZ.png" alt="0695b00000RhbZRAAZ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 09:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301508#M73609</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-05-17T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: data aggregation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301509#M73610</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.talend.com/s/profile/0055b00000Ll14kAAB" alt="https://community.talend.com/s/profile/0055b00000Ll14kAAB" target="_blank"&gt;gjeremy1617088143&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you so much for helping me , i will try to understand  your answer let you know output..&lt;/P&gt;&lt;P&gt;Thank you so much..&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301509#M73610</guid>
      <dc:creator>Spasupuleti1641121123</dc:creator>
      <dc:date>2022-05-17T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: data aggregation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301510#M73611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.talend.com/s/profile/0055b00000Ll14kAAB" alt="https://community.talend.com/s/profile/0055b00000Ll14kAAB" target="_blank"&gt;gjeremy&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;could please share whole java code in java flex component, i am not able to see that, kindky help me&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 11:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301510#M73611</guid>
      <dc:creator>Spasupuleti1641121123</dc:creator>
      <dc:date>2022-05-20T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: data aggregation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301511#M73612</link>
      <description>&lt;P&gt;Hi @SUDHEER pasupuleti​&amp;nbsp;, there is the full code in the picture, just a the end the last } is cropped by the component window.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 13:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301511#M73612</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-05-20T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: data aggregation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301512#M73613</link>
      <description>&lt;P&gt;ok, i will check properly.. thank you so much  for reply.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 13:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-aggregation/m-p/2301512#M73613</guid>
      <dc:creator>Spasupuleti1641121123</dc:creator>
      <dc:date>2022-05-20T13:20:46Z</dc:date>
    </item>
  </channel>
</rss>

