<?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: Trigger: Run If + On Subjob OK in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321088#M91163</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000BVamnAAD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128020iBC0AB525E49BAB3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000BVamnAAD.jpg" alt="0693p00000BVamnAAD.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 10:11:33 GMT</pubDate>
    <dc:creator>hanghan</dc:creator>
    <dc:date>2021-01-27T10:11:33Z</dc:date>
    <item>
      <title>Trigger: Run If + On Subjob OK</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321084#M91159</link>
      <description>&lt;P&gt;I would like to trigger a subjob with two inclusive conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On Subjob OK&lt;/LI&gt;&lt;LI&gt;((Integer)globalMap.get("tDBInput_1_NB_LINE")) &amp;gt; 0&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main subjob extracts source data using &lt;/P&gt;&lt;P&gt;tDBInput_1, and flows into 1 of 2 outputs - an UPSERT or a DELETE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 2nd subjob that increments the change version. But I only want to increment the change version if tDBInput_1 has more than 0 rows, and also if the UPSERT and DELETE outputs do not fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? TIA!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 19:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321084#M91159</guid>
      <dc:creator>PaulyWally</dc:creator>
      <dc:date>2021-01-26T19:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Run If + On Subjob OK</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321085#M91160</link>
      <description>&lt;P&gt;From the little I understood,  you may take the 'on subjob ok' to a step prior / backwards. As I don't see your entire flow, this is just my 2 cents&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 22:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321085#M91160</guid>
      <dc:creator>tnewbie</dc:creator>
      <dc:date>2021-01-26T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Run If + On Subjob OK</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321086#M91161</link>
      <description>&lt;P&gt;The rest of the flow is irrelevant. What I need is for the "Increment Change Version" to execute only if both conditions are true within the subjob that is shown in the pic:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;CT_dbo_Task row count is greater than 0&lt;/LI&gt;&lt;LI&gt;The subjob shown in the pic completes without error&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using 'On Subjob OK' will trigger the "Increment Change Version" even if there are no rows. And using an 'Run If' will trigger the "Increment Change Version" even if tMap, Upsert, or Delete fail on an error.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 03:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321086#M91161</guid>
      <dc:creator>PaulyWally</dc:creator>
      <dc:date>2021-01-27T03:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Run If + On Subjob OK</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321087#M91162</link>
      <description>&lt;P&gt;a tJavaFlex may help.&lt;/P&gt;&lt;P&gt;CT_dbo_Task --&amp;gt;OnSubJobOk --&amp;gt; tJavaFlex --&amp;gt; RunIf (your Condition ) --&amp;gt; Increment Change Version&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 06:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321087#M91162</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-01-27T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Run If + On Subjob OK</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321088#M91163</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000BVamnAAD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128020iBC0AB525E49BAB3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000BVamnAAD.jpg" alt="0693p00000BVamnAAD.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 10:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321088#M91163</guid>
      <dc:creator>hanghan</dc:creator>
      <dc:date>2021-01-27T10:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger: Run If + On Subjob OK</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321089#M91164</link>
      <description>&lt;P&gt;Best Practice also &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 21:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-Run-If-On-Subjob-OK/m-p/2321089#M91164</guid>
      <dc:creator>JohnRMK</dc:creator>
      <dc:date>2021-01-31T21:02:34Z</dc:date>
    </item>
  </channel>
</rss>

