cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying All Values from a Multiple Value Parameter

former_member292966
Active Contributor
0 Kudos

Hi,

Using XI, I have a parameter field that allows the user to enter multiple values Eg. 01, 02, 13, 14. I want to create a formula to display all the values the user has selected.

Is there a way to do this?

Thanks,

Brian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

join({?Parameter},",")

creates a string with the items in your parameter separated by commas

Former Member
0 Kudos

We are running Crystal 7 still. Does this fix apply for that version and if so, are you creating this as a formula?

thanks

Answers (0)