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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
SCASANOVA1607023480
Contributor
Contributor

context var for all jobs

Hi! I'd like to know how can I share a variable for many jobs, I have a tMsgBox where I get a file path and I'd like to set this "file path" common to other jobs. In the first job, where I have the tMsgBox, I save it into a var context and I can use it in this job without problem, but I have 3 jobs more and I need to use this "file path" too... The job where I get the "file path" from the tMsgBox is my first jobs, other 3 jobs are executed after the first job.

Thanks a lot!!!

Labels (3)
1 Reply
Anonymous
Not applicable

Hi

The other jobs are called with tRunjob component in the first job? If so, you can refer to this KB article to learn how to pass a value from parent job to child job.

 

Regards

Shong