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: 
_AnonymousUser
Specialist III
Specialist III

How to pass parameter to tMysqlSP component

Hello,

I am working with a tMysqlSP component in my project and need to know how to pass numeric values to it. One of my component is executing a query to find out if a given table is empty. If so, I need to pass value 0 to procedure that will do nothing, otherwise it will perform some operations. Thank you in advance for any input you can provide.
Doug
Labels (2)
4 Replies
Anonymous
Not applicable

Hi
You can use tFixedFlowInput to generate the input value and pass it tMysqlSP, for exmaple:
tFixedFlowInput--main--tMySQLSP.
_AnonymousUser
Specialist III
Specialist III
Author

Thanks for the feedback. Do you happen to have any step by step instructions as well?
_AnonymousUser
Specialist III
Specialist III
Author

Hello,

Please let me know if you have any step by step instructions on how to implement your suggestion, or any articles I can look at to shed further light on this. Thanks.
Thanks for the feedback. Do you happen to have any step by step instructions as well?
Anonymous
Not applicable