<?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 Refresh value context in other job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358792#M123749</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I have a loop in job1 that will execute job2 while a boolean context does not change value in job2. This boolean context will only be modified in job2, how do I loop the job1 to recognize the context value that will be updated in job2? Could you give me an example of how to do this?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 14:18:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-18T14:18:35Z</dc:date>
    <item>
      <title>Refresh value context in other job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358792#M123749</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a loop in job1 that will execute job2 while a boolean context does not change value in job2. This boolean context will only be modified in job2, how do I loop the job1 to recognize the context value that will be updated in job2? Could you give me an example of how to do this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358792#M123749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T14:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh value context in other job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358793#M123750</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you elaborate you problem statement. Sorry,I Couldn't understand it properly.&lt;/P&gt;&lt;P&gt;You have to iterate a job based on a boolean variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Jay&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358793#M123750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T14:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh value context in other job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358794#M123751</link>
      <description>&lt;P&gt;You can't directly update a context variable from child to parent. In order to do so, you will need to use a tBufferOutput component in your child job. This is used to pass a data row out of your child job. The idea would be to send your boolean value out of the child job in this row and use it to set your parent job's context variable. This will then stop the loop in the parent job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Take a look &lt;A href="https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/yh_GCK7WMATxbOSlI_Ck1Q" target="_self" rel="nofollow noopener noreferrer"&gt;here &lt;/A&gt;for documentation on the tBufferOutput&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358794#M123751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T15:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh value context in other job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358795#M123752</link>
      <description>&lt;P&gt;Hi Felipe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I send an example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alfonso Borré&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtEO"&gt;Job1_1.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtHC"&gt;Job1_3.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lt3Q"&gt;Job1_5.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsjW"&gt;Job2_2.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtHM"&gt;Routines.PNG&lt;/A&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Refresh-value-context-in-other-job/m-p/2358795#M123752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T16:10:02Z</dc:date>
    </item>
  </channel>
</rss>

