cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple value parameters becomes asingle value parameters after publishing

Former Member
0 Kudos

Hi all,

I have a crystal report requirement which has multiple value parameters in it. Everything works fine in crystal designer but when i publish the crystal report to infoview , Multiple value parameters display as a single value parameters and I have set default values to a parameter which disappears in infoview.Please can anyone let me know where am i going wrong.

Thanks,

priyam

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

LOV's are required

Former Member
0 Kudos

Multivalue params are arrays so will only display one element.

To show all elements use a formula with the join() function

@list

join({?param}, ",")

This will list elements delimited with a comma.

Ian

Former Member
0 Kudos

Hi Ian,

Thanks a lot for your response. Actually, I dont want to display values on report sorry for confusing you with my previous question,

I am talking about parameter screen . In crystal designer when preview.. the parameter box will show Availble values and I am able to choose multiple values but when the same report when published into infoview the parameter box changes to a single value box where I am able to choose only one value at a time . And another issue is I have set default value set in crystal parameters which apprears when I preview the report in designer but the same does not show up in parameter box when published into infoview.

Thank you,

Priyam