I am trying to display "All Teams" wherever I select "Select All" from Multiple values displayed in parameter.
In the Query I am passing the where as where team = @TEAM.
In the Parameters I have selected Allow Multiple Options.
In the Header when I pass = Join(Parameters!TEAM.value, ", ") It brings up 20 names in the header. Instead I want it to display "ALL teams" , How can I achieve this?