Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

SQL Procedure Data in QlikView

Hello,

I have a procedure and I want to pull the data with some input parameter. So Can you suggest me how I can do the same.

These are the following input parameters :

@LotID Bigint, 

@FromDate varchar(50),               

@ToDate varchar(50),               

@Diff varchar(50),                            

@colours varchar(50) ,              

@clarity varchar(50) ,

@JewlexRapPriceDate datetime ,

@GIARapPriceDate datetime,

@VendorDate datetime   

Now How I will define this in QlikView and How I will fetch the data from SQL Database.  My SP name is : [usp_EPCM_Get_FinalPolish_Report_bck]


Thanks Team.

2 Replies
Gysbert_Wassenaar

See this post: Re: Store procedure with parameters


talk is cheap, supply exceeds demand
sona_sa
Creator II
Creator II
Author

I tried the same but it is not providing me any single no. of rows. No any output.