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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Retrieving a variable from a child job

Is there a way to retrieve a value from a child job?

Can I use Global Map for that?

Labels (3)
2 Replies
Anonymous
Not applicable
Author

A globalMap will not work for that. You can use the tBufferOutput for this purpose, but that requires returning a row to the parent job. You could also try using a ConcurrentHashMap. This may help you out....

https://www.talendbyexample.com/talend-returning-values-from-subjobs.html

 

Anonymous
Not applicable
Author

aha thanx