Please suggest as to how to solve the following problem.
I have a stored procedure which accepts one STRING value as input parameter.
Crystal prompts me for this correctly. But user can enter only ONE value. Something like Chris or Robert or Alex. The user cannot select Chris and Robert. In essence I cannot get a string something like Chris:Robert assuming ':' as the delimiter.
Anyone has any idea how to get multiple values as input to the stored procedure where I can pass this to the stored procedure ?
If above step is not possible, then does anyone know how to set parameters for stored Procedures from a formula, which can be called when the OK button on the Parameter window is clicked.
-Thanks for your time and attention.
-Narahari.
I have a stored procedure which accepts one STRING value as input parameter.
Crystal prompts me for this correctly. But user can enter only ONE value. Something like Chris or Robert or Alex. The user cannot select Chris and Robert. In essence I cannot get a string something like Chris:Robert assuming ':' as the delimiter.
Anyone has any idea how to get multiple values as input to the stored procedure where I can pass this to the stored procedure ?
If above step is not possible, then does anyone know how to set parameters for stored Procedures from a formula, which can be called when the OK button on the Parameter window is clicked.
-Thanks for your time and attention.
-Narahari.