Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
siva_boggarapu
Creator II
Creator II

STORED Procedure

Hello,

How to call stored Procedure from SQL Server  into QlikView script.

1 Reply
erichshiino
Partner - Master
Partner - Master

Hi,

I depends on the type of stored procedure you have.

Do you want to just execute a command on the DB, return a value or return a table?

This thread discuss this.

http://community.qlik.com/message/38960#38960

Of course, the user calling the connnection must have enough rights to execute it and if it change the DB you need the mode is write tag on the connection string and open the db in read and write mode.

Regards,

Erich