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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
harshb10
Contributor
Contributor

Unable to fetch data using a Stored Procedure

I'm using the following query in the data load editor to load data from a stored procedure.

Table_name:
Load *;
SQL exec [db_name].[dbo].[SP_name];

Output: 

"Connected

Creating search index Search index creation completed successfully

"

The connection is successfully established but I'm unable to fetch any data from the stored procedure.

What can be the issue? Thanks in advance..

Labels (2)
0 Replies