Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Is Stored Procedure you call up from Data base or what?
yes Anil , I'm connecting Qlikview directly from the database.
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;
ok thanks Anil I will get you back to you soon