Multiple Paremeter in Header

  • 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?

  • Well, This did the trick...IIF(Parameters!TEAM.Count =Count(Fields!TEAM.Value, "Parameter"),"All Group",Join(Parameters!TEAM.Value, ", "))

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply