<?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: temp and global variables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363486#M127361</link>
    <description>Yes.&lt;BR /&gt;They can both be available in one job.&lt;BR /&gt;Regards&lt;BR /&gt;Pedro</description>
    <pubDate>Mon, 09 Jan 2012 09:48:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-09T09:48:57Z</dc:date>
    <item>
      <title>temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363483#M127358</link>
      <description>What is the difference between the &lt;BR /&gt;context.temp which is defined in a job&lt;BR /&gt;and the other &lt;BR /&gt;globalMap.put("temp",input_row.sal)  and to fetch that value use globalMap.get("temp",input_row.sal) ?&lt;BR /&gt; &lt;BR /&gt;which is a hash table of value and key if i m not mistaken.</description>
      <pubDate>Sat, 16 Nov 2024 12:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363483#M127358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363484#M127359</link>
      <description>Hi&lt;BR /&gt;globalMap is a hashtable which has been declared in Java code.&lt;BR /&gt;A context variable is just a basic data type.&lt;BR /&gt;For example, temp here is just an Integer value.&lt;BR /&gt;BTW, don't delete topic.&lt;BR /&gt;Regards&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 09 Jan 2012 08:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363484#M127359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-09T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363485#M127360</link>
      <description>alrit ,Thanx. and point noted.
&lt;BR /&gt;Could a context.temp or globalMap.get("temp",1) be accessed in sme other job ?</description>
      <pubDate>Mon, 09 Jan 2012 08:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363485#M127360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-09T08:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363486#M127361</link>
      <description>Yes.&lt;BR /&gt;They can both be available in one job.&lt;BR /&gt;Regards&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 09 Jan 2012 09:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363486#M127361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-09T09:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363487#M127362</link>
      <description>No.. what i mean is could a context.temp or globalMap.get("temp",1)  created in job1 be available or accessible in job2 ?</description>
      <pubDate>Mon, 09 Jan 2012 10:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363487#M127362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-09T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363488#M127363</link>
      <description>Hi&lt;BR /&gt;globalMap can be accesed inside the job only where as the context variable can be accessed in other jobs.</description>
      <pubDate>Tue, 10 Jan 2012 08:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363488#M127363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T08:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363489#M127364</link>
      <description>Thanx for the reply.....Lijo&lt;BR /&gt;Just to confirm could you just tell me the difference in the context Variables in the beow pics....</description>
      <pubDate>Tue, 10 Jan 2012 09:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363489#M127364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363490#M127365</link>
      <description>Hi&lt;BR /&gt;Its seems like you are confusing urself.&lt;BR /&gt;Pic 1. This is like assigning a value to the globalMap acc_no1, this value can be used whithin the job using globalMap.get("acc_no1")&lt;BR /&gt;Pic 2. This is the context window for creating context variable for the job.The variable created here cannot be used in any other job until the other        has same variable created in the context window.&lt;BR /&gt;Pic 3. This is a repository context window. The variable created here can be imported into the local job using the import button in the job specific context tab.This one helps if you have to use the same variable in two jobs there by eliminating the manual creation process.</description>
      <pubDate>Tue, 10 Jan 2012 10:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363490#M127365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T10:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: temp and global variables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363491#M127366</link>
      <description>awesome! Thanx for reply lijo!</description>
      <pubDate>Tue, 10 Jan 2012 10:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/temp-and-global-variables/m-p/2363491#M127366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T10:39:51Z</dc:date>
    </item>
  </channel>
</rss>

