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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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.