Hi
I have a rule like this
CREATE RULE[dbo].[Rle_Currency_Lst]AS
@ListIN ('PKR','USD')
GO
Now i want to make simple "Currency List" report for which i need to select values from above rule in Store Procedure which i will use in SSRS to fill my report.
Please help
Zubair Afridi | Please mark as answered or vote helpful if this post help resolved your issue. Thanks!