<?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: Sum from different criteria in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338701#M106914</link>
    <description>&lt;P&gt;I actually have more rows (5000-6000) . I receive that data from a tRest (post request). What can you advise me to use to do it ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 11:20:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-29T11:20:53Z</dc:date>
    <item>
      <title>Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338695#M106908</link>
      <description>&lt;P&gt;I didn't manage to find a good subject name so let me explain in details :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fields.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5BR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148220i9C07E4B2496EA915/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5BR.png" alt="0683p000009M5BR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have those fields. As you can see there are client, service and time.&lt;/P&gt; 
&lt;P&gt;What i want is to get for each client :&lt;/P&gt; 
&lt;P&gt;- the time total&amp;nbsp; (sum of all time for the same client )&lt;/P&gt; 
&lt;P&gt;- time for each service&lt;/P&gt; 
&lt;P&gt;I managed to get the total time for each client with a tAggregateRow but now i can't figure out how to get the time for each service.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Example of what i want :&lt;/P&gt; 
&lt;P&gt;|Client&amp;nbsp; |TotalTime|Service1|Service2|Service3|&lt;/P&gt; 
&lt;P&gt;|ClientA|150&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |45&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |50&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|55&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt; 
&lt;P&gt;|ClientB|99&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |33&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |33&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|33&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;U&gt;I don"t know how i can get all the service, place them in the colum name and get the sum of the time by client for every service.&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If it's not clear enough, ask me.&lt;/P&gt; 
&lt;P&gt;Thank you in advance !&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 14:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338695#M106908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-28T14:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338696#M106909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide 2 or more records of your input data and its corresponding output.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 14:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338696#M106909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-28T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338697#M106910</link>
      <description>&lt;P&gt;Input data :&lt;/P&gt; 
&lt;P&gt;First col : Client;&lt;/P&gt; 
&lt;P&gt;Second : Service;&lt;/P&gt; 
&lt;P&gt;Third : Time.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5EU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145789iB50A29B10CDC33B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5EU.png" alt="0683p000009M5EU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;As you can see, for one client there are different services and time corresponding.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So the output for the client RESAMANIA/STADLINE would look like :&lt;/P&gt; 
&lt;P&gt;|Client&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |TotalTime|IMPLEM-01|IMPLEM-03|&lt;/P&gt; 
&lt;P&gt;|Resamania/STADLINE|180&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|60&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|120&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Tell me if you need more information.&lt;/P&gt; 
&lt;P&gt;Thank you anyway&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;hpamidipola !&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 15:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338697#M106910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-28T15:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338698#M106911</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We have many ways to do your requirement but i did it as&amp;nbsp; follows.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job.PNG" style="width: 943px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5EZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131130iE9DDBF4A61B642AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5EZ.png" alt="0683p000009M5EZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fixedflowinput3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Ee.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131340i81271163FBBA5D1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Ee.png" alt="0683p000009M5Ee.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sortrow.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Ej.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155110i0209F98583EAEF35/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Ej.png" alt="0683p000009M5Ej.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aggregaterow.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Eo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140604iE22EE034B46E57C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Eo.png" alt="0683p000009M5Eo.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hashinput.PNG" style="width: 863px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Et.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158107i31A1E8EB8CB2AF8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Et.png" alt="0683p000009M5Et.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5F8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147508i896B23576406E5B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5F8.png" alt="0683p000009M5F8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pivot.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5FD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135454i9F2013DBD66850BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5FD.png" alt="0683p000009M5FD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;--&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Please give Kudos and mark topics as solved where appropriate.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 17:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338698#M106911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-28T17:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338699#M106912</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;hpamidipola,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Thanks for trying to help me ! &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Unfortunately, i can't find the components tHashOutput/Input on my talend version.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;I checked on Talend Exchange also and i didn't find them neither.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Do you have a link for me to DL it ? Else, is there another way to do it, maybe without that component.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Thank you in advance &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 08:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338699#M106912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338700#M106913</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;1: On the main menu navigate to File –&amp;gt; Edit Project properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: Select Designer –&amp;gt; Palette Settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3: Go to technical –&amp;gt; select tHashInput/tHashOutput and press the right arrow.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If you have more data please use file/DB components instead of hash components. The reason why i used the hash components is, i considered less data(only 3 records).&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Please give Kudos and mark topics as solved where appropriate.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 10:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338700#M106913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338701#M106914</link>
      <description>&lt;P&gt;I actually have more rows (5000-6000) . I receive that data from a tRest (post request). What can you advise me to use to do it ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 11:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338701#M106914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from different criteria</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338702#M106915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use hash components.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 11:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sum-from-different-criteria/m-p/2338702#M106915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T11:55:13Z</dc:date>
    </item>
  </channel>
</rss>

