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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] how to pass a context from child job to parent job

Hi,
I want to pass a context variable which was generated in a child job to a parent job.
I have attached screen shots of the same. j_AVI_Token is the child job and load address is the parent job
Any help would be appreciated.
Thanks,
Ashwin
 
0683p000009MDKo.png 0683p000009MCxh.png
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Take a look at the tBufferOutput component. You can use that to pass datarows from child to parent. You can then use the tContextLoad component in the parent to load the context variable after it has been output in a datarow.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Take a look at the tBufferOutput component. You can use that to pass datarows from child to parent. You can then use the tContextLoad component in the parent to load the context variable after it has been output in a datarow.
Anonymous
Not applicable
Author

Hi Rhall,
I tried doing that but the input schema should be the same for tbufferoutput to work. I need all the columns from the db input and should be carried forward thru the txmlmap and to the target.
Thanks,
Ashwin
Anonymous
Not applicable
Author

I'm not sure what you mean. Looking at your jobs the flows look a bit messed up. Why do you have a row from your ChorusDB component to your child job? Your child job is not going to receive anything from that row? Why put the child job there? It is also not going to pass anything anything out.