sathipatla
Programmer
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 ?
I know this can be done if one is using a front end tool by building a string from the paramter. But can this be done directly from Crystal?
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.
.
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 ?
I know this can be done if one is using a front end tool by building a string from the paramter. But can this be done directly from Crystal?
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.
.