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?