Multiple Values Parameter in Crysatl reports

Hi All,
Could you please help me with the following,

I have an issue in passing multiple values to the paramaeter,For some reason Crystal report is not considering it.

Example: I am trying to pass the values such as 234,235,367

I created a simple report of 4 columns in details section Using a BO universe
suchs as
Lastname, Employee Name , Employee ID , Country and Addresss.

And Employee ID as an Inlist Prompt in the Query (Not a Command query, Using BO universe) and works fine with one ID value but If i pass 234,235,367

And Even I Tried with @Prompt function in BO universe, Still Unable to Fix.

Could experts Please help!!! how to achive this.


bosupportdev (BOB member since 2009-11-16)

One on of the issues is that a multi-value parameter comes back as a single string with a comma separating the values. Now how to massage that string so that the unv likes it is beyond what I know how to do.


kevlray :us: (BOB member since 2010-06-23)

Thank you,

Can we do something at the report level ? Just in case.


bosupportdev (BOB member since 2009-11-16)

Create parameter at report level and configure it in Select expert. Keep the below options True.

Allow Custom Values (by default it would be true)
Allow Multiple values
Allow Discrete values


anil.ganga1 :us: (BOB member since 2007-07-04)