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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sujit_nath
Creator III
Creator III

How to execute a Stored Procedure from Qlikview code?

I have a SP which I'm trying to hit through QV code. The connection is successful as I'm able to fetch data from a table in same DB, but connection EXECUTE PROC_NAME(PARAM); fails.

In logs I just see script failed.

Also I've checked allow external script check.

Could someone guide me with what other settings need to be done?

Thanks in advance.

1 Reply
ogautier62
Specialist II
Specialist II

Hi,

your syntax is correct ?

look at this :

Calling SQL SERVER - Stored Procs

regards