<?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: Conditional component, simple if true commit else die ... in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228797#M19951</link>
    <description>&lt;P&gt;Na i need to compare values from two DB's, the difference is that I am inserting rows in one of these DB juste before my select count(*).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That's why i use this formula :&amp;nbsp;((Integer)globalMap.get("tDBOutput_3_NB_LINE_INSERTED")). It returns me the number of rows inserted in my DB output. This number (of inserted rows) must be equal to the number of datas that I can find in an other DB (the one i query with my select count(*)).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also, I have added an empty tjava component like you suggested in order to control the flow but that's not working. The flow is still running upside down...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 430px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0qp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150689i09212803C9C7E88E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0qp.png" alt="0683p000009M0qp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;There is a real issue with this flow ... my println are done after the execution of the tDie component (and that's why the test returns me an inequality) ...&amp;nbsp;I don't understand how this could happen because I am using that "OnSubjobOk" link before the tDie component...&amp;nbsp;&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>Thu, 08 Nov 2018 13:44:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-08T13:44:56Z</dc:date>
    <item>
      <title>Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228789#M19943</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I just want to do a simple if statement between 2 integers in order to determine the next action : commit or die. But i don't find out how to manage that simple thing...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I use a tDBInput with a select count(*) in order to get my first integer. Then i use a tFixedFlowInput&amp;nbsp;to get the second integer value with this expression&amp;nbsp;((Integer)globalMap.get("user_customer_NB_LINE_INSERTED")). Now i just need to compare these 2 values, commit if they are equals, die if they are different.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran_2018-11-06_15-31-48.png" style="width: 664px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0c4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143338iC82CB75D5EA535DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0c4.png" alt="0683p000009M0c4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Can someone help me achieve this please ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried using tMap, tFilterRow, RunIf but didn't find the right way...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Guillaume.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 14:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228789#M19943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-06T14:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228790#M19944</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;From your DBoutput component you could do an "OnComponentOk" to the FixedFlowInput component. Then use the runIf trigger from the FixedFlowInput component.&amp;nbsp;Use true to for you commit and false for the tDie.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;See attached screenshot&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 278px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0tT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151961iC8A7849FDD336B05/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0tT.png" alt="0683p000009M0tT.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 15:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228790#M19944</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2018-11-06T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228791#M19945</link>
      <description>&lt;P&gt;Hi, unfortunately that&amp;nbsp;doesn't seem to work...&lt;/P&gt;&lt;P&gt;First of all, my component called "Verification" is an input and not an output and then I don't understand how that could work because it doesn't seem that we are testing the equality between the two integer values.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 16:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228791#M19945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-06T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228792#M19946</link>
      <description>&lt;P&gt;That seems to be a quite basic thing, noone knows how i could do that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 07:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228792#M19946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T07:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228793#M19947</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please try below approach for your use case where you can load the count data from DB to a context variable using a tjavarow?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0mi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150718i07871E3BDFC60703/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0mi.png" alt="0683p000009M0mi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The second subjob will provide the NB_LINE count and in the Run if link, you can join between these two values to do the data comparison operation.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the answer has helped to resolve your query, could you please mark the topic as closed? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&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>Thu, 08 Nov 2018 10:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228793#M19947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T10:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228794#M19948</link>
      <description>&lt;P&gt;How can i compare the two values in the Run If link ? I mean how do i get the value from the "tFixedFlowInput" component ?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 600px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0tU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156826i9DA53FF6D3C78941/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0tU.png" alt="0683p000009M0tU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 11:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228794#M19948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T11:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228795#M19949</link>
      <description>&lt;P&gt;I did a little bit different and it seems to work ... upside down ...&lt;/P&gt; 
&lt;P&gt;My values are equals but the test returns me false ... See screenshots below :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First of all, my tjavarow component where I define my context variable and display both integer values&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 800px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0uq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141790iB470AE7A5527FF25/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0uq.png" alt="0683p000009M0uq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Then my first RunIf link running tDie if my values are different&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 852px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0v0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130394iEE46157293C7135B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0v0.png" alt="0683p000009M0v0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now my second RunIf link running&amp;nbsp;a commit job if my values are equals&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 851px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0v5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144480i10648141294C2F5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0v5.png" alt="0683p000009M0v5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And finally the result i get after the execution of my job ...&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 452px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0CQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153894i2CC2E00FAC45DF36/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0CQ.png" alt="0683p000009M0CQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As you can see my values are equals but i get the error !&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 11:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228795#M19949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T11:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228796#M19950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Unfortunately, you are trying to create the if condition at wrong area and you are not allowing the entire subjob to be completed. I would suggest you to always use On SubJob Ok trigger at the starting component of each subjob till you get more hands on with Talend. f you notice my job, its always staring from left to write and control goes to next area through On Subjob OK clause (which means the job will wait till the execution is complete of that full subjob before going to next Sub job).&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0pX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151705iE1E144D24926A6FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0pX.png" alt="0683p000009M0pX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For better readability, I have added a dummy tjava component which will control the flow.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now, another thing if younotice, you are takig NB_LINE from wrong component inyour flow. You ha earlier specified that you want to compare the count between DB and file. So you need to take the first count from DB (may be by using a select count(*) ) and store it in context variable. Next, you will have to read the NB_LINE after reading the file.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0zD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138368iD7D992E08301FB48/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0zD.png" alt="0683p000009M0zD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228796#M19950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T13:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228797#M19951</link>
      <description>&lt;P&gt;Na i need to compare values from two DB's, the difference is that I am inserting rows in one of these DB juste before my select count(*).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That's why i use this formula :&amp;nbsp;((Integer)globalMap.get("tDBOutput_3_NB_LINE_INSERTED")). It returns me the number of rows inserted in my DB output. This number (of inserted rows) must be equal to the number of datas that I can find in an other DB (the one i query with my select count(*)).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also, I have added an empty tjava component like you suggested in order to control the flow but that's not working. The flow is still running upside down...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 430px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0qp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150689i09212803C9C7E88E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0qp.png" alt="0683p000009M0qp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;There is a real issue with this flow ... my println are done after the execution of the tDie component (and that's why the test returns me an inequality) ...&amp;nbsp;I don't understand how this could happen because I am using that "OnSubjobOk" link before the tDie component...&amp;nbsp;&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>Thu, 08 Nov 2018 13:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228797#M19951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T13:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228798#M19952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Your first if condition check is giving the output as false (as shown in your screenshot) and second if condition is giving as true (which is going to tDie). So it seems the your if condition has some problem. Why don't you print the values using Java String.out function and see whether the values are matching or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; You are just around the corner for the final solution. I would suggest you to do some debugging around that variables and you will be able to resolve the solution. In this way, you will never forget the concepts also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If the answer has helped to answer your query, could you lease mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228798#M19952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T14:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228799#M19953</link>
      <description>&lt;P&gt;My tJavaRow component already containt java system.out.println, that's why you can see some text printed "Before tDie 5414 5414". I display here my two variables and as you can see they are totally equals.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I guess this is and execution order issue because this text, as i writed, should be executed "before tDie" and that's apparently not happening this way. The content of my variables appears after the error message of my tDie component...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I also tried to move the code with my system.out.println inside the tJava component that is just before the tDie one, but after that onSubjobOk link. The result is strictly the same !&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228799#M19953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228800#M19954</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please share below details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a) Screen shot of full job flow&lt;/P&gt;
&lt;P&gt;b) Screen shot of the if condition you are using for comparison&lt;/P&gt;
&lt;P&gt;c) Screen shots of current System Print commands you have given&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228800#M19954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228801#M19955</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here all the screenshots you asked me &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0zl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134457iD8EF82F1C6A8689B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0zl.png" alt="0683p000009M0zl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0zm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131489iB5CF506AA9738FB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0zm.png" alt="0683p000009M0zm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0jP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129533i57112855EAB9553E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0jP.png" alt="0683p000009M0jP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0p3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142717i116B8D1F1605F9D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0p3.png" alt="0683p000009M0p3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0zv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133043i44A1B7C2E7ECEBE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0zv.png" alt="0683p000009M0zv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Result after running below. As you can see, the execution order seems correct after replacing tDie by tJava. I think the execution order was correct though but the tDie component might disturb the display...&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.png" style="width: 288px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0zc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139391iC8816DD8E7291872/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0zc.png" alt="0683p000009M0zc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228801#M19955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional component, simple if true commit else die ...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228802#M19956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm back with a "solution" or rather a bypass...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;After querying my first database&amp;nbsp;with a select count(*) in order to get the number of rows expected in my second db (after insertions). I use a tMap to store the result of the comparison between my two values (see below).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0r5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137246i0EEAA1633FF3DFA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0r5.png" alt="0683p000009M0r5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Then I store this result in a global var (that could have been a context var) and I use it inside my RunIf links to test wether the comparison returned true or false.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is working well but that's just a bypass. I really think there is a talend issue if I try to do this comparison right inside the RunIf links without doing it before in a tMap as I am doing now.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="glitch.png" style="width: 529px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M113.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149395iE0AE9B0AB5A14DBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M113.png" alt="0683p000009M113.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="false.png" style="width: 529px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M118.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133113i6C0F978A1EDEC1E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M118.png" alt="0683p000009M118.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="true.png" style="width: 529px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0pm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147720iD5C1E8214FF26683/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0pm.png" alt="0683p000009M0pm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 10:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conditional-component-simple-if-true-commit-else-die/m-p/2228802#M19956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-09T10:47:53Z</dc:date>
    </item>
  </channel>
</rss>

