<?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 calculate a total in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358437#M123468</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp; 2 tables "consultation" et "bénéficiaire" and i want count&amp;nbsp;the number of consultations per beneficiary.&lt;/P&gt;
&lt;P&gt;I tried with this function&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(consultation.idBeneficiaire == beneficiaire.idBeneficiaire)? (NombreTotal = NombreTotal+1) : 0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i receive a message of error in figure 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I hope receive your help for resolve my problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for all.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 19:25:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-13T19:25:49Z</dc:date>
    <item>
      <title>How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358437#M123468</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp; 2 tables "consultation" et "bénéficiaire" and i want count&amp;nbsp;the number of consultations per beneficiary.&lt;/P&gt;
&lt;P&gt;I tried with this function&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(consultation.idBeneficiaire == beneficiaire.idBeneficiaire)? (NombreTotal = NombreTotal+1) : 0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i receive a message of error in figure 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I hope receive your help for resolve my problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for all.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 19:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358437#M123468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T19:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358438#M123469</link>
      <description>tAggregateRow is here for that.&lt;BR /&gt;Try it on table consultation.</description>
      <pubDate>Tue, 13 Feb 2018 19:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358438#M123469</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-13T19:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358439#M123470</link>
      <description>The pointer to the documentation in french 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;A href="https://help.talend.com/reader/tM3os~7PoPzBK28jtBNgCw/i_YvOl2oUaVpW1UTnJao_g" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/tM3os~7PoPzBK28jtBNgCw/i_YvOl2oUaVpW1UTnJao_g&lt;/A&gt; 
&lt;BR /&gt;You need to go with the "count" function. 
&lt;BR /&gt;Let us know if you have some problem with it. Else you know how it works to close the case 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;)</description>
      <pubDate>Tue, 13 Feb 2018 20:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358439#M123470</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-13T20:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358440#M123471</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt; 
&lt;P&gt;i'll read it&amp;nbsp;&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;/P&gt; 
&lt;P&gt;else i want don't find a problem because i must finish my OlapCube before 00:00 (time of tunisia)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you sir.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358440#M123471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T20:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358441#M123472</link>
      <description>&lt;P&gt;OK.&lt;/P&gt; 
&lt;P&gt;Suppose I have a schema with a single column called&amp;nbsp;&lt;SPAN&gt;idBeneficiaire&amp;nbsp; with the following values:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;100
150
100
200
210
150
150
999&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN&gt;I can use the&amp;nbsp;tAggregateRow like this:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;- 1rst the output schema must&amp;nbsp;have 1 column for the&amp;nbsp;idBeneficiaire value + 1 column for the count result (datatype integer):&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 985px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsLG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137741iF96E10386A6CFF4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsLG.png" alt="0683p000009LsLG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Then the tAggregate component can configured like this:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 885px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsbp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156812i128AC939A431B6DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsbp.png" alt="0683p000009Lsbp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;The output column "idBeneficiaire" is populated from the same input column.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;The output column "comptage" is the result of the count function applied on the column "idBeneficiaire".&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;When connected to a tLogRow the result looks like this:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;Starting job test at 22:04 13/02/2018.

[statistics] connecting to socket on port 3474
[statistics] connected
.--------------+--------.
|      tLogRow_32       |
|=-------------+-------=|
|idBeneficiaire|comptage|
|=-------------+-------=|
|100           |2       |
|210           |1       |
|200           |1       |
|999           |1       |
|150           |3       |
'--------------+--------'

[statistics] disconnected
Job test ended at 22:04 13/02/2018. [exit code=0]&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN&gt;That's what you are looking for.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 21:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358441#M123472</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-13T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358442#M123473</link>
      <description>&lt;P&gt;Thank you sir, but it isn't what i search.&lt;/P&gt; 
&lt;P&gt;i must do a join between two tables (beneficiaire) and ( consultation)&lt;/P&gt; 
&lt;P&gt;beneficiaire : contains the informations about the beneficiaries and,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;consultation: contains the informations about the consultations made.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The "idbeneficiaire" is unique . one id per one bénéficiaire.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;So , to calculate for any beneficiaries &lt;/SPAN&gt;&lt;SPAN&gt;how much consultation he's made per year, i must make the join between&amp;nbsp;the both tables.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And the task, is the number&amp;nbsp;of occurrence&amp;nbsp;of "idbeneficiaire" in "consultation" table&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Furthermore, based on tAggregateRow, i can apply functions only on data from a single source table.&lt;/P&gt; 
&lt;P&gt;The rest of the task, is the total number of consultation per beneficiary and per YEAR (how extract from Date).&amp;nbsp;&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;/P&gt; 
&lt;P&gt;So, what do you think doing here ?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 21:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358442#M123473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T21:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358443#M123474</link>
      <description>That's exactly what you get with tAggregateRow with the count function (number of consultations per beneficiaire). 
&lt;BR /&gt;However, if you need (want) to get some other informations from the consultation or the beneficiaire, you may have a join using a tMap and there you can count the number of consultations per beneficiaire using a sequence. For that, on the tMap output side, add a field called count or anything else (datatype Integer) and use the following to populate this field: 
&lt;BR /&gt;Numerique.sequence(row1.idBeneficiaire, 1) 
&lt;BR /&gt;This means you'll have a sequence for each unique idBeneficiaire which count the number of rows for the corresponding value. 
&lt;BR /&gt;So, 2 solutions for 1 question. That's where this tool is a great one.</description>
      <pubDate>Tue, 13 Feb 2018 21:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358443#M123474</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-13T21:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358444#M123475</link>
      <description>&lt;P&gt;Hi TRF,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i try your solution, but i find an error.&lt;/P&gt;&lt;P&gt;i try with " Numerique.sequence(mapping.idBeneficiaire, 1) " in tMap and with secondly a simple mapping.&lt;/P&gt;&lt;P&gt;in the picture you find the all of détails.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrqR"&gt;aggregate.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrs4"&gt;job.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls37"&gt;SEQUENCE.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls2q"&gt;tmap.png&lt;/A&gt;</description>
      <pubDate>Tue, 13 Feb 2018 23:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358444#M123475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T23:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358445#M123476</link>
      <description>That's my mistake, change Numerique.sequence to Numeric.sequence.&lt;BR /&gt;I saw your design but don't understand why you still have tAggregateRow if you want to tMap with sequence.</description>
      <pubDate>Tue, 13 Feb 2018 23:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358445#M123476</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-13T23:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358446#M123477</link>
      <description>&lt;P&gt;ok ,&amp;nbsp;I will try, stay here please&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 23:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358446#M123477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T23:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358447#M123478</link>
      <description>&lt;P&gt;I delete the "Annee" attribute,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and i delete the tAggregateRow, but i find the same error.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls72"&gt;job sans aggregate.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls6o"&gt;sequence cons.png&lt;/A&gt;</description>
      <pubDate>Tue, 13 Feb 2018 23:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358447#M123478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T23:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358448#M123479</link>
      <description>You can go to the source code to find the error. 
&lt;BR /&gt;However, reviewing the solution, if you want 1 record per idBeneficiaire, tAggregateRow is better. Using tMap with sequence you'll have n records with the NombreTotal field incremented from 1 to n. So you will have to sort the result then get the high value for each idBeneficiaire. 
&lt;BR /&gt;Not so easy. Definitively consider the tAggregateRow option. 
&lt;BR /&gt;It's time for me. 
&lt;BR /&gt;Get your next message in the morning.</description>
      <pubDate>Tue, 13 Feb 2018 23:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358448#M123479</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-13T23:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358449#M123480</link>
      <description>&lt;P&gt;ok , Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and have a good evening.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 23:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358449#M123480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T23:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358450#M123481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Did you get your solution?&lt;/P&gt; 
&lt;P&gt;Else, here is&amp;nbsp;a new proposal:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 471px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsbz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130614iBE59E082EDA3DFA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsbz.png" alt="0683p000009Lsbz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have 2 tables:&lt;/P&gt; 
&lt;P&gt;- beneficiaire with an id and a name:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 317px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lsc9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134997i3A600E14D609F6E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lsc9.png" alt="0683p000009Lsc9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;- consultation with an idbeneficiaire:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 74px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsRw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150974i68F1E307B184BCAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsRw.png" alt="0683p000009LsRw.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The objective is to get the number of consultations for a beneficiaire.&lt;/P&gt; 
&lt;P&gt;So, the 2 tables are joined using a tMap with beneficiaire as the main table and consultation as the lookup table.&lt;/P&gt; 
&lt;P&gt;Before to join these 2 tables, I&amp;nbsp;use a tAggregateRow to count the number of consultation records per beneficiaire (see previous answer to see the configuration for this component).&lt;/P&gt; 
&lt;P&gt;Here is the tMap:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsSA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132512i99FC3AB24DFB1BE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsSA.png" alt="0683p000009LsSA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And finally, the result:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 544px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LscE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130220iF65BE36986718300/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LscE.png" alt="0683p000009LscE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;What else?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 08:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358450#M123481</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-14T08:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How calculate a total</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358451#M123482</link>
      <description>&lt;P&gt;Good Morning,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes i found a solution as in picture.&lt;/P&gt;
&lt;P&gt;and now i want load my data cube with&amp;nbsp;&lt;STRONG&gt;tPaloOutputMulti.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;i'll launch a new topic above.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;thank you&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrkt"&gt;sortietotalparAnnee.png&lt;/A&gt;</description>
      <pubDate>Wed, 14 Feb 2018 08:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-calculate-a-total/m-p/2358451#M123482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T08:57:42Z</dc:date>
    </item>
  </channel>
</rss>

