Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
i have a little problem with run if condition.
for example i want to send email if MTT_TTC < MTT_MAX
But i don't know how to take MTT_TTC and MTT_MAX to my tjavaRow
can you help me please
Hi @Mialy,
Can you pls specify your scenario more specifically such that Talend Community Members can help you...
Also as you have hinted ""TT_TTC < MTT_MAX"... try using row1.TT_TTC < row1.MTT_MAX....
Pls check your tjavarow code... and pls.. be aware of what you would like to achieve..
Pls reach out to the community,if necessary.
Thanks,
Ankit
Hi @Mialy,
Can you pls specify your scenario more specifically such that Talend Community Members can help you...
Also as you have hinted ""TT_TTC < MTT_MAX"... try using row1.TT_TTC < row1.MTT_MAX....
Pls check your tjavarow code... and pls.. be aware of what you would like to achieve..
Pls reach out to the community,if necessary.
Thanks,
Ankit
Hi,
your construction will not work as expected, in this case RunIf will work only for last row
you need convert flow to iterate for trigger event for each row, something like:
tJavaFlex - empty
@vapukov and it's the same for tjavaRow?
not sure - what a re you mean, but in my sample it just used for proper connect subjob (nothing inside)
ok, thanks i'm going to try it