<?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: Using the same name for a variable in multiple components in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310199#M81347</link>
    <description>Hi,&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;The tcontextLoad/&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Implicit context load&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;&amp;nbsp;is used to load value of context variable from properties file.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Here is a related scenario in component reference:&lt;A href="https://help.talend.com/search/all?query=tContextLoad" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tContextLoad&lt;/A&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 27 Jul 2016 09:57:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-27T09:57:24Z</dc:date>
    <item>
      <title>Using the same name for a variable in multiple components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310195#M81343</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a job which uses multiple tJavaRow components. I would like to use the same variable names in each component. However, they should point to the variable as defined in that component, is that possible? If I recreate the same variable name I get the error "Duplicate Local Variable". &lt;BR /&gt;Thanks,&lt;BR /&gt;Doug&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310195#M81343</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T10:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same name for a variable in multiple components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310196#M81344</link>
      <description>Hi,
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;You can define a context variable and use this variable on different/multiple components.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;For more information, please take a look at document about:&lt;A href="https://help.talend.com/search/all?query=Using+contexts+and+variables" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Using contexts and variables&lt;/A&gt;.&lt;/FONT&gt;[/font]
&lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;Best regards&lt;/FONT&gt;[/font]
&lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;Sabrina&lt;/FONT&gt;[/font]</description>
      <pubDate>Thu, 21 Jul 2016 08:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310196#M81344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T08:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same name for a variable in multiple components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310197#M81345</link>
      <description>Thanks for that. If I use that context variable in each component, can I assign different values to that variable per component?</description>
      <pubDate>Tue, 26 Jul 2016 17:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310197#M81345</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-07-26T17:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same name for a variable in multiple components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310198#M81346</link>
      <description>You can also use global variables ( same as in java) but these are local to the job&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Syntax is globalMap.get("X") , &amp;nbsp;globalMap.put("X","")</description>
      <pubDate>Tue, 26 Jul 2016 21:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310198#M81346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-26T21:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same name for a variable in multiple components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310199#M81347</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;The tcontextLoad/&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Implicit context load&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;&amp;nbsp;is used to load value of context variable from properties file.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Here is a related scenario in component reference:&lt;A href="https://help.talend.com/search/all?query=tContextLoad" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tContextLoad&lt;/A&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 27 Jul 2016 09:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310199#M81347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-27T09:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same name for a variable in multiple components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310200#M81348</link>
      <description>&lt;BLOCKQUOTE&gt;ds123 wrote:&lt;BR /&gt;Thanks for that. If I use that context variable in each component, can I assign different values to that variable per component?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;if I create a context variable I have 1 variable throughout my job. I want one variable per tJavaRow component, of which the scope is limited to the tJavaRow component. the context variable's scope is job-wide, right?</description>
      <pubDate>Wed, 27 Jul 2016 16:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310200#M81348</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-07-27T16:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same name for a variable in multiple components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310201#M81349</link>
      <description>&lt;BLOCKQUOTE&gt;
  ds123 wrote: 
 &lt;BR /&gt; 
 &lt;BLOCKQUOTE&gt;
   xdshi wrote: 
  &lt;BR /&gt;Hi, 
  &lt;BR /&gt; 
  &lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;You can define a context variable and use this variable on different/multiple components.&lt;/FONT&gt;&lt;/FONT&gt; 
  &lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif] 
  &lt;FONT size="1"&gt;For more information, please take a look at document about:TalendHelpCenter:Using+contexts+and+variables.&lt;/FONT&gt;[/font] 
  &lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif] 
  &lt;FONT size="1"&gt;Best regards&lt;/FONT&gt;[/font] 
  &lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif] 
  &lt;FONT size="1"&gt;Sabrina&lt;/FONT&gt;[/font] 
 &lt;/BLOCKQUOTE&gt; 
 &lt;BR /&gt;if I create a context variable I have 1 variable throughout my job. I want one variable per tJavaRow component, of which the scope is limited to the tJavaRow component. the context variable's scope is job-wide, right? 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Any ideas on this one?</description>
      <pubDate>Thu, 28 Jul 2016 21:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-the-same-name-for-a-variable-in-multiple-components/m-p/2310201#M81349</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-07-28T21:25:27Z</dc:date>
    </item>
  </channel>
</rss>

