Forum Discussion
Anonymous
6 years agoNot applicable
Report builder error
Hi I have dataset1 generated from this query select * from [RPT_Pvt_WeDh].dbo.ClientRestraint_ReportData WHERE [region] = @Region and [channel] = @Channel and [Cust_Prism_Risk_...
bradsy
6 years agoMicrosoft Employee
The multi value parameter comes back as a list. You should use an IN clause instead of =.