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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Stored Procedures

Anybody knows how to use SQl stored procedures in the QV Script?

Thanks

6 Replies
garystrader
Partner - Creator III
Partner - Creator III

SQL EXEC myProcName;

Assuming the stored procedure returns a record set, you will be able to LOAD them into a table in your app.

Anything after the SQL keyword is treated as pass-through SQL and not interpreted by QlikView.  It has to follow the SQL syntax of the source database system.

Not applicable
Author

Hi Gary,

do you have any example or article contains any example for that?

would appreciate

thanks,

David

garystrader
Partner - Creator III
Partner - Creator III

I gave an example.  Are you having a specific problem?  Also, search the forums - there are other threads with solutions for this.

Not applicable
Author

Hi Gary,

Sorry i was fast-reading your answer, and thought there might be any full scale example LoL

Btw, thanks anyway

rbecher
MVP
MVP

Hi Badr,

what is the database system? What kind of return parameter of the SP (if any..)?

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

Thanks Gary... We've used this now and it works well