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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
SK1694344715
Contributor
Contributor

HOW TO PASS TABLE AS INPUT PARAMTER IN TDBSP COMPONENT

Hi All,

How to pass Table as Input parameter into tDBSP component.

ALSO, Which option we need to select in SCHEMA for Table parameter.

NEED IMMEDIATE HELP.

THANKS IN ADVANCE.

Labels (1)
  • Other

2 Replies
Anonymous
Not applicable

Hello,

You could use use tDBInput (the source of tDBInput could be any query) to generate the input value and pass it tDBSP, for exmaple:

tDBInput--main--tDBSP.

 

Best regards

Sabrina

SK1694344715
Contributor
Contributor
Author

@Xiaodi Shi​ thank you.

Can you provide the sample code for same.

 

I have created new user defined table-type and passing to SP as parameter in oracle and working fine.

 

Not sure to pass same on talend, please help with sample code.