<?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: Unable to use the Global map ((String)globalMap.get(&amp;quot;row1.column1&amp;quot;)) in SQL query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213812#M10926</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQJNAA4"&gt;@rohitatcs&lt;/A&gt;&amp;nbsp;,where you have&amp;nbsp;&lt;SPAN&gt;row1 connection in your job screenshot?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 10:34:09 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-10-22T10:34:09Z</dc:date>
    <item>
      <title>Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213811#M10925</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am not sure what I doing wrong but I am unable to use the&amp;nbsp;&lt;SPAN&gt;((String)globalMap.get("row1.column1"))&lt;/SPAN&gt; variable in SQL query.&lt;/P&gt; 
&lt;P&gt;Please find the below design in TOS. Also, below is the query used after the tflowToIterate to process the each row from Input.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SELECT&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_CD,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_YEAR,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_PERIOD,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_WORKNG_DAYS,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_DT,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY_ROLE&lt;BR /&gt;FROM VMRCTTA1.VMRRCNTRY_WORKNG_DAYS&lt;BR /&gt;where CNTRY_CD= &lt;FONT color="#3366ff"&gt;' ((String)globalMap.get("row1. EXTRT_CNTRY_CD"))'&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Please suggest.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_design.JPG" style="width: 744px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7rH.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131537i20A738C6058918A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7rH.jpg" alt="0683p000009M7rH.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213811#M10925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213812#M10926</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQJNAA4"&gt;@rohitatcs&lt;/A&gt;&amp;nbsp;,where you have&amp;nbsp;&lt;SPAN&gt;row1 connection in your job screenshot?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 10:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213812#M10926</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-10-22T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213813#M10927</link>
      <description>&lt;P&gt;Should be:&lt;/P&gt;
&lt;PRE&gt;SELECT
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_CD,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_YEAR,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_PERIOD,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_WORKNG_DAYS,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_DT,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY_ROLE
FROM VMRCTTA1.VMRRCNTRY_WORKNG_DAYS
where CNTRY_CD= '" + ((String)globalMap.get("row1. EXTRT_CNTRY_CD")) + "'"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 10:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213813#M10927</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-22T10:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213814#M10928</link>
      <description>Sorry I am new in this.So, I think it should be row7 instead row1 right as row7 is there on link.&lt;BR /&gt;Please confirm.</description>
      <pubDate>Tue, 22 Oct 2019 10:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213814#M10928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T10:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213815#M10929</link>
      <description>((String)globalMap.get("out1. EXTRT_CNTRY_CD"))&lt;BR /&gt;as out1 is the input flow for the tFlowToIterate component</description>
      <pubDate>Tue, 22 Oct 2019 10:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213815#M10929</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-22T10:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213816#M10930</link>
      <description>&lt;PRE&gt;SELECT
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_CD,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_YEAR,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_PERIOD,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_WORKNG_DAYS,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_DT,
VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY_ROLE
FROM VMRCTTA1.VMRRCNTRY_WORKNG_DAYS
where CNTRY_CD= out1.EXTRT_CNTRY_CD&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Oct 2019 11:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213816#M10930</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-10-22T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213817#M10931</link>
      <description>&lt;P&gt;Thank you guys.&lt;/P&gt; 
&lt;P&gt;Here, is the solution for this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SELECT&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_CD,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_YEAR,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_PERIOD,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_WORKNG_DAYS,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_DT,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY_ROLE&lt;BR /&gt;FROM VMRCTTA1.VMRRCNTRY_WORKNG_DAYS&lt;BR /&gt;where CNTRY_CD='" +((String)globalMap.get("out1.EXTRT_CNTRY_CD")) + "'&lt;BR /&gt;and CNTRY_YEAR= " + ((Integer)globalMap.get("out1.EXTRT_YEAR"))&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt; - can you guys suggest, how can we use these same global variable in Select query. We are now facing issue in this as compile error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_Global.JPG" style="width: 910px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7SP.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136647i781D76518DD89E33/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7SP.jpg" alt="0683p000009M7SP.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 11:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213817#M10931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T11:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213818#M10932</link>
      <description>It seems that the variable "out1.EXTRT_YEAR" is declared as String not Integer</description>
      <pubDate>Tue, 22 Oct 2019 12:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213818#M10932</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-22T12:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213819#M10933</link>
      <description>&lt;P&gt;So can u suggest how to use same Global Variable in Select query.&lt;/P&gt;&lt;P&gt;Means, same in Where clause filter as well as in Select query.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 15:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213819#M10933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T15:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213820#M10934</link>
      <description>Can you give some more details?</description>
      <pubDate>Tue, 22 Oct 2019 15:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213820#M10934</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-22T15:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213821#M10935</link>
      <description>&lt;P&gt;Sure, I want to use each row from input as table column in Select query .&lt;/P&gt; 
&lt;P&gt;Like we have already used global variable in the Where clause of query based on our input row iterate over similarly, at the same time I would like to add same global variable as additional column to table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Example:&lt;/P&gt; 
&lt;P&gt;IF 1st row of input is like:-&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Year Period&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2019&amp;nbsp; 9&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Then in Postgresrow component, we will have something like that in Select query but&lt;/P&gt; 
&lt;P&gt;we are unable to use same Global variable in SELECT query which we used in WHERE clause.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;&lt;SPAN&gt;&amp;lt;Need to use here Global variable same as in Where clause like &lt;SPAN&gt;'" +((String)globalMap.get("out1.EXTRT_CNTRY_CD")) + "&lt;/SPAN&gt;&amp;gt;,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_CD,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_YEAR,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_PERIOD,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_WORKNG_DAYS,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_DT,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY_ROLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM VMRCTTA1.VMRRCNTRY_WORKNG_DAYS&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;where CNTRY_CD='" +((String)globalMap.get("out1.EXTRT_CNTRY_CD")) + "'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;and CNTRY_YEAR= " + ((Integer)globalMap.get("out1.EXTRT_YEAR"))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know if you need more details, per my previous comment above, the error details are given while using Global variable in Select command.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 03:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213821#M10935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T03:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213822#M10936</link>
      <description>Can someone please update on this.</description>
      <pubDate>Wed, 23 Oct 2019 09:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213822#M10936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T09:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213823#M10937</link>
      <description>Hi 
&lt;BR /&gt;It is a compilation error, can you show us the schema of output table on tMap1? 
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 23 Oct 2019 09:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213823#M10937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213824#M10938</link>
      <description>&lt;P&gt;Could you please send here a screenshot (or the whole content) of your database input component query.&lt;/P&gt;&lt;P&gt;We actually do not know what went wrong here because all hints so far are correct.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 09:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213824#M10938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the Global map ((String)globalMap.get("row1.column1")) in SQL query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213825#M10939</link>
      <description>&lt;P&gt;Thanks for all inputs.&lt;/P&gt;
&lt;P&gt;Finally this worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"SELECT " + ((String)globalMap.get("out1.EXTRT_CNTRY_CD")) + ",&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_YEAR,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_PERIOD,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_WORKNG_DAYS,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_DT,&lt;BR /&gt;VMRCTTA1.VMRRCNTRY_WORKNG_DAYS.CNTRY_UPDTD_BY_ROLE&lt;BR /&gt;FROM VMRCTTA1.VMRRCNTRY_WORKNG_DAYS&lt;BR /&gt;where CNTRY_CD='" +((String)globalMap.get("out1.EXTRT_CNTRY_CD")) + "'&lt;BR /&gt;and CNTRY_YEAR= " + ((Integer)globalMap.get("out1.EXTRT_YEAR"))&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 12:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-use-the-Global-map-String-globalMap-get-quot-row1/m-p/2213825#M10939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T12:54:45Z</dc:date>
    </item>
  </channel>
</rss>

