<?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: tAggregateRow - sum double variables possible? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353224#M119466</link>
    <description>Hi
&lt;BR /&gt;Use a tFilterRow to filter the rows that are empty or null value before tAggregateRow, and convert the data type from string to a numeric type for the oeration 'sum'.
&lt;BR /&gt;Shong</description>
    <pubDate>Sat, 21 Sep 2013 04:05:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-21T04:05:18Z</dc:date>
    <item>
      <title>tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353219#M119461</link>
      <description>Hello, quick question to which I couldn't find the answer elsewhere. &lt;BR /&gt;Will tAggregateRow's sum function work if I feed it with double values or does it only work with ints?&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 05 Aug 2013 09:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353219#M119461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T09:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353220#M119462</link>
      <description>Hi, 
&lt;BR /&gt;The tAggregateRow support for double data type. 
&lt;BR /&gt;To make it more clear, I have made a demo job. 
&lt;BR /&gt;Input: 
&lt;BR /&gt;1.33;4 
&lt;BR /&gt;2.24;4 
&lt;BR /&gt;See my screenshots for details 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEq4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138312i8DB37625667C047D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEq4.png" alt="0683p000009MEq4.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEtz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138086i927273C2C03733EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEtz.png" alt="0683p000009MEtz.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEu4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156287iB550DABC64F5AA81/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEu4.png" alt="0683p000009MEu4.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 05 Aug 2013 10:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353220#M119462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T10:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353221#M119463</link>
      <description>Okay perfect. Thanks Sabrina</description>
      <pubDate>Mon, 05 Aug 2013 10:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353221#M119463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353222#M119464</link>
      <description>Hi, &lt;BR /&gt;Feel free post your issue on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 05 Aug 2013 10:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353222#M119464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T10:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353223#M119465</link>
      <description>Hi,&lt;BR /&gt;I have to calculate average for a field  in which it is necessary to ignore null values, I am using the component tAggregateRow and the input is from tMap the field is a String,  but i get this message &lt;BR /&gt;Warning:the operation 'sum' for the output column 'MV' can't be processed because of incompatible input and/or output types&lt;BR /&gt; &lt;BR /&gt;i tried to change to double but i think this will return unwanted caculations because it will consider 0 where there is actually no data, right?&lt;BR /&gt;how can i get a way of ignoring nulls?</description>
      <pubDate>Fri, 20 Sep 2013 22:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353223#M119465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-20T22:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353224#M119466</link>
      <description>Hi
&lt;BR /&gt;Use a tFilterRow to filter the rows that are empty or null value before tAggregateRow, and convert the data type from string to a numeric type for the oeration 'sum'.
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 21 Sep 2013 04:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353224#M119466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-21T04:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353225#M119467</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have negative values in my data and i want to sum up using aggregate row.&amp;nbsp; but the results are as follows.&lt;/P&gt;&lt;P&gt;input:&lt;/P&gt;&lt;P&gt;-10&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;expected output:&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;actual output:&lt;/P&gt;&lt;P&gt;30&lt;/P&gt;&lt;P&gt;can someone help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 07:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353225#M119467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-07T07:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353226#M119468</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeGAAW"&gt;@keerthi-gurudu&lt;/A&gt;,check the below screenshot.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 819px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Ma.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137649iEAA771960F6BD593/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Ma.png" alt="0683p000009M1Ma.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 819px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Mf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147504i8E72F406BA660867/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Mf.png" alt="0683p000009M1Mf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 07:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353226#M119468</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-07T07:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353227#M119469</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;my job looks as below. I have my input coming from the file&amp;nbsp;using tmap to get specific columns. this case sum is not working as expected?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can u help me to resolve this issue?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 495px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1En.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147762i4236C629846A593F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1En.png" alt="0683p000009M1En.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 07:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353227#M119469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-07T07:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353228#M119470</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeGAAW"&gt;@keerthi-gurudu&lt;/A&gt;,in the invoiceout section,how many fields are you passing to taggregaterow?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 07:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353228#M119470</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-07T07:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353229#M119471</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am passing 3 fields&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;Invoice output:&amp;nbsp;&lt;/I&gt;&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;&amp;nbsp;&lt;/I&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 200px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Mk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135235i78D771365B30DC7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Mk.png" alt="0683p000009M1Mk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;Aggregate row component screenshot:&lt;/I&gt;&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Ls.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131251i3FB4312CA77AD1EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Ls.png" alt="0683p000009M1Ls.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 07:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353229#M119471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-07T07:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353230#M119472</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;I am passing 3 fields&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;Invoice output:&amp;nbsp;&lt;/I&gt;&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;&amp;nbsp;&lt;/I&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 200px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Mk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135235i78D771365B30DC7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Mk.png" alt="0683p000009M1Mk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;Aggregate row component screenshot:&lt;/I&gt;&lt;/P&gt; 
&lt;P&gt;&lt;I&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Ls.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131251i3FB4312CA77AD1EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Ls.png" alt="0683p000009M1Ls.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 07:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353230#M119472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-07T07:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateRow - sum double variables possible?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353231#M119473</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeGAAW"&gt;@keerthi-gurudu&lt;/A&gt;,based on the group by columns,your out put is varying ,please check.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 08:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateRow-sum-double-variables-possible/m-p/2353231#M119473</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-12-07T08:08:55Z</dc:date>
    </item>
  </channel>
</rss>

