<?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 SQl Query Retreiving Data from globalmap.get(&amp;quot;&amp;quot;) function. JAVA ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SQl-Query-Retreiving-Data-from-globalmap-get-quot-quot-function/m-p/2300495#M72720</link>
    <description>SYNTAX is my prob, but im not sure where. My capitolization is correct.
&lt;BR /&gt;java.sql.ResultSet rs_tMSSqlInput_2 = stmt_tMSSqlInput_2.executeQuery("SELECT dbo.BASE_MODULE_NUMS.MATNR,dbo.BASE_MODULE_NUMS.MAKTX FROM dbo.BASE_MODULE_NUMS where dbo.BASE_MODULE_NUMS.MATNR ="((String)globalMap.get("row2.MATNR"))");
&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 13:57:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:57:30Z</dc:date>
    <item>
      <title>SQl Query Retreiving Data from globalmap.get("") function. JAVA ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQl-Query-Retreiving-Data-from-globalmap-get-quot-quot-function/m-p/2300495#M72720</link>
      <description>SYNTAX is my prob, but im not sure where. My capitolization is correct.
&lt;BR /&gt;java.sql.ResultSet rs_tMSSqlInput_2 = stmt_tMSSqlInput_2.executeQuery("SELECT dbo.BASE_MODULE_NUMS.MATNR,dbo.BASE_MODULE_NUMS.MAKTX FROM dbo.BASE_MODULE_NUMS where dbo.BASE_MODULE_NUMS.MATNR ="((String)globalMap.get("row2.MATNR"))");
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQl-Query-Retreiving-Data-from-globalmap-get-quot-quot-function/m-p/2300495#M72720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Query Retreiving Data from globalmap.get("") function. JAVA ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQl-Query-Retreiving-Data-from-globalmap-get-quot-quot-function/m-p/2300496#M72721</link>
      <description>you need to concatenate strings in Java. 
&lt;BR /&gt; 
&lt;PRE&gt;where dbo.BASE_MODULE_NUMS.MATNR = " + (String)globalMap.get("row2.MATNR"));&lt;/PRE&gt; 
&lt;BR /&gt;Talend also supports Perl which is a bit more "user friendly" when it comes to string handling.</description>
      <pubDate>Thu, 14 May 2009 06:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQl-Query-Retreiving-Data-from-globalmap-get-quot-quot-function/m-p/2300496#M72721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T06:09:52Z</dc:date>
    </item>
  </channel>
</rss>

