<?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: Global resources in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326072#M95598</link>
    <description>&lt;P&gt;Create a "master" project that holds the working global variable code routine.  In that project create a job that copies the code routine to all other projects.  &lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 15:52:29 GMT</pubDate>
    <dc:creator>billimmer</dc:creator>
    <dc:date>2021-02-18T15:52:29Z</dc:date>
    <item>
      <title>Global resources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326069#M95595</link>
      <description>&lt;P&gt;Talend Open Studio for DI 7.3.1 on Windows&lt;/P&gt;&lt;P&gt;Is there a way to create a resource that is global, that is, visible, to all projects?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326069#M95595</guid>
      <dc:creator>tale103108</dc:creator>
      <dc:date>2024-11-16T00:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Global resources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326070#M95596</link>
      <description>&lt;P&gt;Yes.  Do this with a code routine:  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;package routines;&lt;/P&gt;&lt;P&gt;public class myGlobalVariables {&lt;/P&gt;&lt;P&gt;     static Boolean myVariable = false;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Access it anywhere with myGlobalVariable.myVariable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can load values from a DB or file at runtime (just like  a 'context') and set them with setters and getters.  I do this now instead of using context variables for things that are truly global to my project or projects.  There are several advantages to this.  YMMV.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 20:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326070#M95596</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2021-02-12T20:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Global resources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326071#M95597</link>
      <description>&lt;P&gt;I created another job in another project and it does not see the code routine I created in the initial project. Error is 'cannot be resolved to a variable'.  &lt;/P&gt;&lt;P&gt;I need a global routine for all projects.  This seems to work globally for all jobs under a project.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 18:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326071#M95597</guid>
      <dc:creator>tale103108</dc:creator>
      <dc:date>2021-02-16T18:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Global resources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326072#M95598</link>
      <description>&lt;P&gt;Create a "master" project that holds the working global variable code routine.  In that project create a job that copies the code routine to all other projects.  &lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326072#M95598</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2021-02-18T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Global resources</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326073#M95599</link>
      <description>&lt;P&gt;Hi billimmer,&lt;/P&gt;&lt;P&gt;  Could you provide an example of what you are suggesting? I get what you are saying.  But "pictures are worth a thousand words" to me.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 00:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-resources/m-p/2326073#M95599</guid>
      <dc:creator>tale103108</dc:creator>
      <dc:date>2021-02-19T00:27:40Z</dc:date>
    </item>
  </channel>
</rss>

