<?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: global map in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254366#M37396</link>
    <description>Hi,
&lt;BR /&gt;That most likely means that the put has not been executed before the get, or the put has put a null sipr. You can verify this with the debugger.
&lt;BR /&gt;Daniel</description>
    <pubDate>Fri, 09 Jul 2010 15:34:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-07-09T15:34:21Z</dc:date>
    <item>
      <title>global map</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254365#M37395</link>
      <description>It seems that when I call global map  in tMap with ((Integer)globalMap.get("sipr")) it returns null pointer exception.&lt;BR /&gt;I insert variable into global Map from tJavaRow with globalMap.put("sipr",sipr); type is integer&lt;BR /&gt;any suggestions???</description>
      <pubDate>Sat, 16 Nov 2024 13:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254365#M37395</guid>
      <dc:creator>veryimportantdude</dc:creator>
      <dc:date>2024-11-16T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: global map</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254366#M37396</link>
      <description>Hi,
&lt;BR /&gt;That most likely means that the put has not been executed before the get, or the put has put a null sipr. You can verify this with the debugger.
&lt;BR /&gt;Daniel</description>
      <pubDate>Fri, 09 Jul 2010 15:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254366#M37396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-09T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: global map</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254367#M37397</link>
      <description>It probalby puts NULL. What do I do?
&lt;BR /&gt;I am not a java programer so any hint to write a code would be nice.
&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 12 Jul 2010 07:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254367#M37397</guid>
      <dc:creator>veryimportantdude</dc:creator>
      <dc:date>2010-07-12T07:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: global map</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254368#M37398</link>
      <description>Hi Guys,
&lt;BR /&gt;Yup, it returns null and you must handle the null value properly. You could put a condition like this :
&lt;BR /&gt;((Integer)globalMap.get("sipr")) == null ? 0: ((Integer)globalMap.get("sipr"))</description>
      <pubDate>Mon, 12 Jul 2010 08:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254368#M37398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-12T08:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: global map</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254369#M37399</link>
      <description>Thanks. It worked.</description>
      <pubDate>Mon, 12 Jul 2010 14:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254369#M37399</guid>
      <dc:creator>veryimportantdude</dc:creator>
      <dc:date>2010-07-12T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: global map</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254370#M37400</link>
      <description>You're welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 13 Jul 2010 05:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-map/m-p/2254370#M37400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-13T05:37:30Z</dc:date>
    </item>
  </channel>
</rss>

