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

Set Context parameter during run time & use in sub-job

Hi, 

 

We want to set parameter value during run time & use it in sub job, but its not working in big data job. Any clean way to do it ?

 

0683p000009LruM.jpg

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,

what's your tJavaRow code please ?

and the configuration of your tFixedFlowInput ?

 

(sorry can't download your .zip in my work place)

SGV

Anonymous
Not applicable
Author

tJavaRow Code:

 

context.new1 = input.t1;
output.t1=context.new1;

 

 

0683p000009LruR.jpg