Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

compare two globals variables

Hello,
How can I compare my two contained tSetGlobalVar bypassing tJava, there is no feature that can compare with Talend without using Java code? if this is the case, how can I trigger an error depending on the result of my comparison? eg if count1 count2 then # error message. (Without the java code and just with features talend open studio)
Thank you in advance.
Labels (3)
1 Reply
Anonymous
Not applicable
Author

You need to write some Java.
You can put the test in an "If" connector, add it to a tMap mapping or whatever
An "If" connector could cause a tDie to fire