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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
RA6
Creator
Creator

Retrieve value from other jobs

Hello,

 

I have define a context variable of type string with no value.

I have 3 jobs - A , B , C

On execution job A calls job B and job B calls job C

 

In job C, i am assigning value to the context variable which i want to use in Job A.

 

I have tried the below example but unable to retrieve that value.

 

0683p000009M7Wx.png

 

 

 

0683p000009M7Bi.png

 

Can you advice please?

 

Thank you.

 

Best regards,

asadasing

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

You have to use tBufferOutput each time you want a child job to pass something to its parent job.

View solution in original post

3 Replies
TRF
Champion II
Champion II

Use tBufferOutput to transfer information from a child job to its parent

RA6
Creator
Creator
Author

Hello TRF,

 

Thank you for your response.

 

I have tried to use the tbufferoutput and i am able to retrieve the value in Job B.

But what if i want is to retrieve the same value in Job A and not B.

 

Do i have to do the same thing in job B in order to get it in job A that is using the tbufferoutput there?

Job C

0683p000009M7XR.png

 

Job B

0683p000009M7XW.png

 

Thank you.

 

Best regards,

asadasing

TRF
Champion II
Champion II

You have to use tBufferOutput each time you want a child job to pass something to its parent job.