I am working on a chart and on the title I want to show a field which actual has multiple values.If I use the syntax= "Trend for Departments " & Fields!department.valueIt gives me only one departmentHowever if I use the syntax= "Trend for Departments" & Join(Fields!department.value, ",") It gives me #ErrorAny ideas????????
↧