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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

Fetch the data from SP to QlikView with input parameter.

Hello Team,

I have a Store Procedure with 5 Input parameters. Now I want to fetch the data for with same input parameter and that data I want to save in QVD. How we can to the same.

SP NAME : usp_EPCM_Get_FinalPolish_Report_bck

Input Parameter :

@LotID Bigint,

@FromDate varchar(50),

@ToDate varchar(50),

@Diff varchar(50),

@colours varchar(50) ,

@clarity varchar(50) ,

@JewlexRapPriceDate datetime ,

@GIARapPriceDate datetime,

@VendorDate datetime


Please suggest me how we can do the same. I have tried from my end so many time but I could not able to fecth the data and can not store into QVD.


Thanks.

Labels (1)
1 Reply
vinay_hg
Creator III
Creator III

when u are loading thourgh variable pass the parameter, i mean creat 5 variable save the input values pass the same to the procedure.