I need to be able to use the multiple parameters option on one of my reports, however when i do this the stored procedure fails to return any records.
I suspect this is because it is passing incorrect syntax back to the SP. e.g. My IN clause will be epecting ('xxxx', 'yyyy', 'zzzz') but i suspect it is getting ('xxxx, yyyy, zzzz') and therfore not working.
Does anyone have any ideas on where this can be rectified and how?
thanks
I suspect this is because it is passing incorrect syntax back to the SP. e.g. My IN clause will be epecting ('xxxx', 'yyyy', 'zzzz') but i suspect it is getting ('xxxx, yyyy, zzzz') and therfore not working.
Does anyone have any ideas on where this can be rectified and how?
thanks