cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple values Parameter field Display

Former Member
0 Kudos

I created a Parameter field that allows multiple values.

When I put this field en the report (to display in the report the parameters selection) I only see the first value.

How Can I do to display all the values of the Parameter field that the user chose ?

Thanks,

Gabriel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If the parameter is of type string then create a formula with:


join({?Your Parameter},", ");

Display this formula instead of the parameter. It will display all chosen values separated by a comma.

Former Member
0 Kudos

Can we use this formula in an SQL command?

Answers (0)