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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
param123
Creator
Creator

pass context parameter to child job externally from command line

Hi All,

I have a parent job which I am running from unix server using .sh job command...i have a scenario where a parameter is being hardcoded in studio for parent and child job...having same context parameter name. if I am passing --context_paramter to the command say for example like

/run/test./test/test.sh --context_param input_path= /test/input/

the above context param I am passing is getting updated only in parent job but not to the child job...child job is still getting loaded with default value that was given in the context parameter. please note that i am not passing this value from parent to child from context parameters.

I wanted to achieve this without touching the code from command, is it possible? can someone suggest if there is a way to pass the context parameter from backend to child job ?

Labels (3)
1 Reply
Anonymous
Not applicable

Hi

You should check the 'transmit whole context' box on tRunJob which calls child job.

 

Regards

Shong