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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to take QVD from Stored procedures with parameters

Hi Friends,

I'm new to Qlikview, How to take QVD from stored procedure, Please do post your comments and links. My stored procedure is having parameters also how to handle these parameters also.


Thank you in advance

Sooraj J

4 Replies
Anil_Babu_Samineni

Is Stored Procedure you call up from Data base or what?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

yes Anil , I'm connecting Qlikview directly from the database.

Anil_Babu_Samineni

That is the case, You don't require anything new here. We can use existing command like

SPQvd:

Load Field1, Field2;

SQL Exec SPName;

Store SPQvd into Path;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

ok thanks Anil I will get you back to you soon