<?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: Null Pointer Exception after tAggregateRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350181#M117064</link>
    <description>&lt;P&gt;Thank you for your reply, but i added a condition to test if my flow is null then replace it by -1 &lt;/P&gt;&lt;P&gt;but i still get this error &lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 12:40:57 GMT</pubDate>
    <dc:creator>HJlassi1619437866</dc:creator>
    <dc:date>2021-06-21T12:40:57Z</dc:date>
    <item>
      <title>Null Pointer Exception after tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350179#M117062</link>
      <description>&lt;P&gt;Hello, hope you're doing well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a job to read data, transform it, aggregate two columns and then load data in informix database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tdbinput ---&amp;gt; Tmap ---&amp;gt; TaggregateRow ---&amp;gt; Tmap ---&amp;gt; tdboutput&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;columns are :&lt;/P&gt;&lt;P&gt;Client_Id&lt;/P&gt;&lt;P&gt;First_Name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last_Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sexe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Age &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salary&lt;/P&gt;&lt;P&gt;Annual balance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tAggregateRow are working on salary and annual balance groupby id client &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get null pointer exception between tAggregateRow and Tmap &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please your answers will truly help me, thank you&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350179#M117062</guid>
      <dc:creator>HJlassi1619437866</dc:creator>
      <dc:date>2021-06-21T08:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Null Pointer Exception after tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350180#M117063</link>
      <description>&lt;P&gt;@Houssem Jlassi​&amp;nbsp;,you are getting null pointer exception in tMap, where you trying some expression without handling nulls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.col1==null || row1.col2==null?0:(row1.col1*row1.col2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 10:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350180#M117063</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-06-21T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Null Pointer Exception after tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350181#M117064</link>
      <description>&lt;P&gt;Thank you for your reply, but i added a condition to test if my flow is null then replace it by -1 &lt;/P&gt;&lt;P&gt;but i still get this error &lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 12:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350181#M117064</guid>
      <dc:creator>HJlassi1619437866</dc:creator>
      <dc:date>2021-06-21T12:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Null Pointer Exception after tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350182#M117065</link>
      <description>&lt;P&gt;@Houssem Jlassi​&amp;nbsp;, in tMap4, how many column are creating expressions other than direct fields you need to app for all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 14:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350182#M117065</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-06-21T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Null Pointer Exception after tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350183#M117066</link>
      <description>&lt;P&gt;Try using this :;  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relational.ISNULL(row6.column) ? -1 :  row6.column if it is integer &lt;/P&gt;&lt;P&gt;Relational.ISNULL(row6.column) ? '-1' :  row6.column if it is string . &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards .&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 15:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-Pointer-Exception-after-tAggregateRow/m-p/2350183#M117066</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2021-06-21T15:53:40Z</dc:date>
    </item>
  </channel>
</rss>

