I want to display all the choices a user selects for a parameter that allows multiple choices. I have successfully used join({?Parameter},', ') for string parameters, but now I am trying to use it for a parameter that is numbers rather than text. The join apparently wants text/string only? How can I get this to work for a parameter that has numbers instead of strings? Thanks!