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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Passing multiple context params in command line

Hi,
I am trying to pass a context file name and a value for an additional context param ( that is not in the context file).
I tried :-
--context_param params_file=/directory/source_context job_id=$1
but it only take the params_file and not the job_id value,

Can I specify multiple context items to pass in the command line?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello
Can I specify multiple context items to pass in the command line?

add the context params at the end of command.
--context_param var1=value1 --context_param var2=value2

Best regards
shong
Anonymous
Not applicable
Author

Thanks very much for your help Shong. You always give great responses.