<?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: How to change context variables permanently after job execution in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219183#M14092</link>
    <description>Search for "implicit context" or "tContextLoad" to discover how to get context variables from an external file.&lt;BR /&gt;From there it's quite easy to do what you want.</description>
    <pubDate>Fri, 02 Nov 2018 09:57:28 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-11-02T09:57:28Z</dc:date>
    <item>
      <title>How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219181#M14090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a field called "value" which has to be incremented for every execution of job. I wanted to increment it and set to context variable permanently, so that the new value is used in next job execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible? If yes, Can anyone guide me doing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Meghana.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219181#M14090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219182#M14091</link>
      <description>its possible.&lt;BR /&gt;Add a to job who read this file, run your job using tRunJob (adding value into context) and write e new file.&lt;BR /&gt;&lt;BR /&gt;but the best way is to store this value into a db using sequence.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2018 09:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219182#M14091</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-11-02T09:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219183#M14092</link>
      <description>Search for "implicit context" or "tContextLoad" to discover how to get context variables from an external file.&lt;BR /&gt;From there it's quite easy to do what you want.</description>
      <pubDate>Fri, 02 Nov 2018 09:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219183#M14092</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-02T09:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219184#M14093</link>
      <description>did you solve your problem?</description>
      <pubDate>Mon, 05 Nov 2018 10:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219184#M14093</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-11-05T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219185#M14094</link>
      <description>&lt;P&gt;hi Meghana,&lt;/P&gt;
&lt;P&gt;since the requirement would not allow any variable creation within the job for such scenario , thus its better you go for counter value fetch from any database's table or from any file at the start of job and at the end of the job update that table or file with increment in its last value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Chandra Kant&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 13:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219185#M14094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-05T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219186#M14095</link>
      <description>&lt;P&gt;Is it the only possible way..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't we store somewhere in our job..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 06:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219186#M14095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T06:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219187#M14096</link>
      <description>&lt;P&gt;storing somewhere within the job means that variable needs to be &lt;STRONG&gt;created&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;initialized&amp;nbsp;&lt;/STRONG&gt;within the job and this will execute every time you run the job thus making it difficult to work as counter for job execution.&lt;/P&gt;
&lt;P&gt;It would be better to use variable value from outside the job be it using file or table or tcontextload.&lt;/P&gt;
&lt;P&gt;the flow could be read the value--&amp;gt; task --&amp;gt; update the value.&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;
&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chandra Kant&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 07:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219187#M14096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T07:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change context variables permanently after job execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219188#M14097</link>
      <description>Thank you&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Nov 2018 07:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-change-context-variables-permanently-after-job-execution/m-p/2219188#M14097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T07:18:33Z</dc:date>
    </item>
  </channel>
</rss>

