I have a parameter that allows multiple choices. The parameter values have a Value and a Description. I want to display the Descriptions that the user selects in the parameter.
To display the values, I would do:
join({?parameter},', ')
But I don't know what formula to use to display the description rather than the parameter value.
Ideas?
To display the values, I would do:
join({?parameter},', ')
But I don't know what formula to use to display the description rather than the parameter value.
Ideas?