<?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 Use GlobalMap.get in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341989#M109897</link>
    <description>Hello,&lt;BR /&gt;In a "tAs400Input", I have "select max(a) as toto from table" and row connection with a "tSetGlobalVar".&lt;BR /&gt; (Key: "abc"  and Value: "row4.toto")---&amp;gt; test with tlogrow: OK !!!&lt;BR /&gt;&lt;BR /&gt;I try after in tmap: (Integer)globalMap.get("abc")&lt;BR /&gt;The error message is: "Convert impossible Object to float"&lt;BR /&gt;&lt;BR /&gt;what is wrong ?</description>
    <pubDate>Mon, 25 Mar 2013 14:46:24 GMT</pubDate>
    <dc:creator>Nicolas661</dc:creator>
    <dc:date>2013-03-25T14:46:24Z</dc:date>
    <item>
      <title>Use GlobalMap.get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341989#M109897</link>
      <description>Hello,&lt;BR /&gt;In a "tAs400Input", I have "select max(a) as toto from table" and row connection with a "tSetGlobalVar".&lt;BR /&gt; (Key: "abc"  and Value: "row4.toto")---&amp;gt; test with tlogrow: OK !!!&lt;BR /&gt;&lt;BR /&gt;I try after in tmap: (Integer)globalMap.get("abc")&lt;BR /&gt;The error message is: "Convert impossible Object to float"&lt;BR /&gt;&lt;BR /&gt;what is wrong ?</description>
      <pubDate>Mon, 25 Mar 2013 14:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341989#M109897</guid>
      <dc:creator>Nicolas661</dc:creator>
      <dc:date>2013-03-25T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use GlobalMap.get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341990#M109898</link>
      <description>tLogRow would cast your value to String - no problem there&lt;BR /&gt;but when trying to cast (keyword here is CAST) it fails.&lt;BR /&gt;so could you tell what is the data type of your 'abc' variable?</description>
      <pubDate>Mon, 25 Mar 2013 15:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341990#M109898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-25T15:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use GlobalMap.get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341991#M109899</link>
      <description>Nicolas,
&lt;BR /&gt;'abc' is a string
&lt;BR /&gt;In 'tSetGlobalVar', 'abc' is the name of my variable ?</description>
      <pubDate>Mon, 25 Mar 2013 16:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341991#M109899</guid>
      <dc:creator>Nicolas661</dc:creator>
      <dc:date>2013-03-25T16:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use GlobalMap.get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341992#M109900</link>
      <description>try something like this&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/5585779/how-to-convert-string-to-int-in-java" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/5585779/how-to-convert-string-to-int-in-java&lt;/A&gt;</description>
      <pubDate>Mon, 25 Mar 2013 16:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341992#M109900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-25T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use GlobalMap.get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341993#M109901</link>
      <description>It looks like you included the double-quotes in setting Value, which stores the words "row4.toto" into the globalMap rather than the value of that field from the row!&lt;BR /&gt;All tLogRow shows is the values of the flow going into tSetGlobalVar, not what tSetGlobalVar has actually done.  To test, use tJavaRow with: System.out.println(globalMap.get("abc"));</description>
      <pubDate>Thu, 04 Apr 2013 05:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-GlobalMap-get/m-p/2341993#M109901</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-04-04T05:44:45Z</dc:date>
    </item>
  </channel>
</rss>

