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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Marcio_Campestrini
Specialist
Specialist

Call a stored procedure from qvw

Hi everybody

I have a requirement: user wants to insert some values via stored procedure during the use of the application. I realized how to call the procedure, but I don't know how to execute the script, instead of reloading all the application. I've tried to create a second application only for call the procedure, but I'm unable to pass the values I needed form one application to another.

Somebody can help me with this?

Márcio Rodrigo Campestrini
Labels (1)
1 Solution

Accepted Solutions
Clever_Anjos
Support
Support

4 Replies
Not applicable

Perhaps in the 1st app you could create a macro that stores those values to file. The second app can read from this file during reload.

Clever_Anjos
Support
Support

The best way in my humble opinion is encapsulate your procedure inside a WebService.

There´s some extensions here into the Community that enable calling a webservice on-the-fly

Marcio_Campestrini
Specialist
Specialist
Author

Hi Clever,

Can you point me to one of this extensions?

Márcio Rodrigo Campestrini
Clever_Anjos
Support
Support