I've been pulling my hair out on this one for a while. I have a report with multiple groups in a heirarchy. I am trying to get the sum of a max within a group and have been trying formulas similar to:
Sum(Max(Fields!Budget.Value, "GroupName"))... I get the error message above when attempting to use this in a formula I'm not understanding why this is so difficult.. Crystal Reports has always had this functionality. I've seen multiple posts and some responses say to use another dataset. This isn't an option as the dataset I'm using spans over 40 databases, and I can't have that overhead repeated for another query to get the values that already exist in my original query.
I am using SSRS 2008R2
What could be the problem?