I am trying to display multiple parameter in the header when a person selects them from a list.So, I use this in the text box expressions:= "Gross Total For : " & Join(Parameters!TeamName.Value, ",")How can I select the "Select All "Option and display "All" instead of displaying 50 names.
↧