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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ashok200792
Contributor
Contributor

How to pass parameter value dynamically to call the service in shell script ?

How to pass parameter value dynamically to call the service in shell script :

 

We need to run the shell script in linux how to pass the value like below mention same,

 

For Example :

sh sampletalendEmail.sh fromMail toMail 

 

Can we give the solution for this???

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

You can pass the parameter value dynamically when executing the job script out of studio. eg: 

sh sampletalendEmail.sh --context=Default --context_param from_mail=value1--context_param to_mail=value2

 

Let  me know if you still have any issues.

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

You can pass the parameter value dynamically when executing the job script out of studio. eg: 

sh sampletalendEmail.sh --context=Default --context_param from_mail=value1--context_param to_mail=value2

 

Let  me know if you still have any issues.

Regards

Shong

Ashok200792
Contributor
Contributor
Author

Thanks a lot ,
how to call same like as URL???
can you help me for the further process.