=IIF(Parameters!Section.Count=Count("SectionName", "section"),"ALL",Join(Parameters!Section.Value,","))i am trying to display "ALL" but it is not working out.i have even tried this : =IIF(Parameters!YourParameter.Count=Count(Fields!DataSetFieldName.Value, "Name OF Your DataSet"),"ALL",Join(Parameters! YourParameter.Value,","))and it does not work out.any suggestions guys?
↧