<?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: Project scenarios in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239825#M27503</link>
    <description>Hi&lt;BR /&gt;This works well.&lt;BR /&gt;But if i want to add string identifier column in my output how to do that?&lt;BR /&gt;Output:&lt;BR /&gt;&lt;BR /&gt;Stingid Stringidentifier Fiscalyear Quarter Salesvolume&lt;BR /&gt;14360 Newyork FY-2014 Q1 600&lt;BR /&gt;14360 Newyork FY-2014 Q2 800&lt;BR /&gt;15602 London FY-2015 Q1 600&lt;BR /&gt;15602 London FY-2015 Q2 506&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Aug 2018 05:33:42 GMT</pubDate>
    <dc:creator>Prasanna3</dc:creator>
    <dc:date>2018-08-28T05:33:42Z</dc:date>
    <item>
      <title>Project scenarios</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239822#M27500</link>
      <description>&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Can you please provide me solution for the below scenario?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Input:&lt;BR /&gt;&lt;BR /&gt;Stingid Stringidentifier Fiscalyear Quarter1 Salesvolume1 Quarter2 Salesvolume2 Quarter3 Salesvolume3 Quarter4 Salesvolume4&lt;BR /&gt;14360 Newyork FY-2014 Q1 250 Q2 350 Q3 450 Q4 450&lt;BR /&gt;14360 London FY-2014 Q1 350 Q2 450 Q3 50 Q4 56&lt;BR /&gt;15602 Newyork FY-2015 Q1 400 Q2 500 Q3 30 Q4 100&lt;BR /&gt;15602 London FY-2015 Q1 200 Q2 600 Q3 10 Q4 150&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Output:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Stingid Fiscalyear Quarter Salesvolume&lt;BR /&gt;14360 FY-2014 Q1 sum value&lt;BR /&gt;14360 FY-2014 Q2 sum value&lt;BR /&gt;14360 FY-2014 Q3 sum value&lt;BR /&gt;14360 FY-2014 Q4 sum value</description>
      <pubDate>Sun, 26 Aug 2018 04:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239822#M27500</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2018-08-26T04:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Project scenarios</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239823#M27501</link>
      <description>This solution should works:&lt;BR /&gt;tFileInputDelimited--&amp;gt;tSplitRow--&amp;gt;tAggregateRow--&amp;gt;tLogRow&lt;BR /&gt;For tSplitRow define the schema with the following fields:&lt;BR /&gt;- Stringid&lt;BR /&gt;- Fiscalyear&lt;BR /&gt;- Quarter&lt;BR /&gt;- Salesvolume (Integer or any numeric datatype)&lt;BR /&gt;Add 4 lines for the "Columns mapping" section and complete these lines like this:&lt;BR /&gt;- Line 1&lt;BR /&gt;- row1.Stringid&lt;BR /&gt;- row1.Fiscalyear&lt;BR /&gt;- row1.Quarter1&lt;BR /&gt;- row1.Salesvolume1&lt;BR /&gt;- Line 2&lt;BR /&gt;- row1.Stringid&lt;BR /&gt;- row1.Fiscalyear&lt;BR /&gt;- row1.Quarter2&lt;BR /&gt;- row1.Salesvolume2&lt;BR /&gt;And so on for lines 3 and 4.&lt;BR /&gt;At this stage the input flow contains 4 lines for each line of the original flow.&lt;BR /&gt;For tAggregateRow the schema must be the same as for tSplitRow with the same datatypes.&lt;BR /&gt;Add the following columns for the "Group by" section (same name for input and output):&lt;BR /&gt;- Stringid&lt;BR /&gt;- Fiscalyear&lt;BR /&gt;- Quarter&lt;BR /&gt;Add the following line for the "Operations" section:&lt;BR /&gt;- Output column: Salesvolume&lt;BR /&gt;- Function: sum&lt;BR /&gt;- Input column position: Salesvolume&lt;BR /&gt;- Ignore null values: ticked&lt;BR /&gt;This will sum Salesvolume values for all rows with the same Stringid, Fiscalyear and Quarter.</description>
      <pubDate>Sun, 26 Aug 2018 07:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239823#M27501</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-08-26T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Project scenarios</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239824#M27502</link>
      <description>Thanks for reply.&lt;BR /&gt;&lt;BR /&gt;I will do this and get back to you</description>
      <pubDate>Sun, 26 Aug 2018 08:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239824#M27502</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2018-08-26T08:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Project scenarios</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239825#M27503</link>
      <description>Hi&lt;BR /&gt;This works well.&lt;BR /&gt;But if i want to add string identifier column in my output how to do that?&lt;BR /&gt;Output:&lt;BR /&gt;&lt;BR /&gt;Stingid Stringidentifier Fiscalyear Quarter Salesvolume&lt;BR /&gt;14360 Newyork FY-2014 Q1 600&lt;BR /&gt;14360 Newyork FY-2014 Q2 800&lt;BR /&gt;15602 London FY-2015 Q1 600&lt;BR /&gt;15602 London FY-2015 Q2 506&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2018 05:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239825#M27503</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2018-08-28T05:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Project scenarios</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239826#M27504</link>
      <description>The scenario has changed...&lt;BR /&gt;Add this field to tSplitRow and tAggregateRow group by, but the output will be a little bit different of what you asked first as you'll have lines for both Newyork and London.</description>
      <pubDate>Tue, 28 Aug 2018 14:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239826#M27504</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-08-28T14:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Project scenarios</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239827#M27505</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We will get duplicates then how we can eliminate</description>
      <pubDate>Tue, 28 Aug 2018 14:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Project-scenarios/m-p/2239827#M27505</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2018-08-28T14:17:27Z</dc:date>
    </item>
  </channel>
</rss>

