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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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.