Friday, February 17, 2012

Display multi value parm in text box

Is there a way to dsiplay all the values of a multi value parm in a text box?

Yes. Set value to =Join(Parameter!Name.Value,", ")

This will give you a comma seperated list. If you want another seperator, simply change what is in the quotes.

No comments:

Post a Comment