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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] use of tsybasesp

Hi
How do you retrieve resultset from a stored procedure, not an output parameter ?

Thanks
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello
Link tsybasesp to a tParseResultSet component, define a column with object type on schema of tsybasesp. Here I create an example with Mysql.

Best regards

shong

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hello
Link tsybasesp to a tParseResultSet component, define a column with object type on schema of tsybasesp. Here I create an example with Mysql.

Best regards

shong
Anonymous
Not applicable
Author

Thanks 0683p000009MACn.png
works now
_AnonymousUser
Specialist III
Specialist III

Where is the link for the demo.
How can i use tparserecordset to view data using tlogrow.
_AnonymousUser
Specialist III
Specialist III

Hi, The idea here is to create a column as resultset in SP invocation component and try to iterate table result column through parse element.