<?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: If condition statement in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/If-condition-statement/m-p/2339472#M107609</link>
    <description>Hi&lt;BR /&gt;You can right click on your subjob or any components, choose 'Trigger-&amp;gt;Run if'.&lt;BR /&gt;Then set condition of 'Run if'.&lt;BR /&gt;Best regards!&lt;BR /&gt;Pedro</description>
    <pubDate>Mon, 12 Dec 2011 01:47:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-12T01:47:16Z</dc:date>
    <item>
      <title>If condition statement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/If-condition-statement/m-p/2339471#M107608</link>
      <description>Hi,&lt;BR /&gt;Is there a way to perform If and else statement in Talend?&lt;BR /&gt;for example, I'm writing an ETL and I would like to perform the following operations:&lt;BR /&gt;if (validation == true)&lt;BR /&gt;  execute job A&lt;BR /&gt;else&lt;BR /&gt;  execute job B&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 12:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/If-condition-statement/m-p/2339471#M107608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: If condition statement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/If-condition-statement/m-p/2339472#M107609</link>
      <description>Hi&lt;BR /&gt;You can right click on your subjob or any components, choose 'Trigger-&amp;gt;Run if'.&lt;BR /&gt;Then set condition of 'Run if'.&lt;BR /&gt;Best regards!&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 12 Dec 2011 01:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/If-condition-statement/m-p/2339472#M107609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-12T01:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: If condition statement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/If-condition-statement/m-p/2339473#M107610</link>
      <description>alphamanic,&lt;BR /&gt;If it's an if..else.. statement to decide what output you put in a column you can use the following:&lt;BR /&gt;if (validation == true)&lt;BR /&gt;  execute job A&lt;BR /&gt;else&lt;BR /&gt;  execute job B&lt;BR /&gt;The part in front of the "?" is your if statement, the part between "?" and ":" is your condition if your IF condition is true. The part after ":" is your else statement.&lt;BR /&gt;( Validation == true) ? Execute job A : Execute job B&lt;BR /&gt;&lt;BR /&gt;If it's to execute a job you can use what Pedro suggested.&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 12 Dec 2011 08:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/If-condition-statement/m-p/2339473#M107610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-12T08:05:46Z</dc:date>
    </item>
  </channel>
</rss>

