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: 
Anonymous
Not applicable

Unable to get the result from the sp using tparserecordset

0683p000009MG9i.png 0683p000009MGKN.png 0683p000009MGJQ.png Hi,
I am trying to fetch the output from the sp using parsesetrecord. But I am getting the result as attached. 
Please let me know if something is missing in my design. Help appreciated.
Thanks

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi  
You should define the real column names on tParseRecordset component, for example, assuming the recordset contains id and name value, you should define ID and name column, and set its Value as "id" and "name".

Regard
Shong
Anonymous
Not applicable
Author

Hi Shong,
The stored proc will return only one column as output, screenshot attached. So I just need the to capture the output from xml_document column. I do not want to parse it.
0683p000009MGK9.png
Anonymous
Not applicable
Author

What's data type of return column? Try to set it as string rather than record_set and you don't need tparseRecordSet component. 
Anonymous
Not applicable
Author

Hi Shong, 
Thanks for the reply.
The data type of the output is varchar. I changed it as you suggested, but it throws the following error as shown in attached image.
Please let me know of I need to change any settings in the tmssqlsp component.
  0683p000009MGKS.png  0683p000009MGEQ.png