Thanks for the response, but I think I should explain in detail about my requirement.
User selects muliple parameters for a report. I need to pass these parameters to Oracle stored procedure and bring related information. But ,unfortunately, Multiple parameter in crystal is a string array and crystal will not recognize array parameter from procedure. So, I can only create string parameter in my stored procedure.
So, to solve this problem, I thought of creating a main report, where it's simple parameter, and user selects multiple values. After that I am joining all these values as a comma delimted string and want to pass it to my sub report parameter, which is my actual stored procedure parameter. This is where I am at loss.How do I link this comma seperated string value to a parameter, so that crystal will not pop up sub report parameter to user.
The way you explained above might not solve my problem? or will it?
thanks for any more hints to get me going.