Here is the expression:
=Fields!Year.Value & vbcrlf & "(" & SUM(Fields!Students.Value) & ")"
But I only want the SUM to work on fields where Fields!Category.Value = "1-Starts"
How could I do this? Thanks for the help!
Here is the expression:
=Fields!Year.Value & vbcrlf & "(" & SUM(Fields!Students.Value) & ")"
But I only want the SUM to work on fields where Fields!Category.Value = "1-Starts"
How could I do this? Thanks for the help!