Hi Team,
while creating SSRS report am getting this error.
Have only one parameter and am using single dataset
My sql query is :
select CP.accountNumber,CP.clientName,rpt.* from rptSearchFailureOND rptJOIN ClientProfile CP ON rpt.ClientID=CP.clientid
where (rpt.dateon in (@ReportDate))
Thanks Bala Narasimha