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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gpinumalla
Creator
Creator

Is there a way to override context variables in bash shell script

 Is there a way to override context variables in bash shell script directly from shell script

 

./job.sh --context_param var1=value1

Labels (3)
1 Reply
Anonymous
Not applicable

Yes, it is possible.
./job.sh --context=Default --context_param var=value1

Please try and let me know if you still have any questions.