User-629266015 posted
I would like to "sum' the counts of a field we have grouped.
Group = Court
Would like to get sum of this group:
="Court: " & First(Fields!Court.Value) & " - " & Count(Fields!Court.Value)
Have tried the following expression, to be used in Header of page:
=Sum(ReportItems!Court.Value, "table1_Court")
Court = field name
table1_Court = row group