i am converting crystal reports to SSRS.
in one of the report there is a selection formula (record selection)
InStr ({oracleview.fieldname}, {?parameter}) > 0
Based on this condition when the parameter value is entered the records are retrieved.
how do i implement this in the SSRS and where/
Please let me know