I'm having a pretty wicked problem in SSRS with row groups. I have a tablix in a report that looks like the following:
I have 2 rows(student name and team averages) that are under a row group currently. However I need to add a child row group under this parent row group for just the row that has student names. This child row group would group all the student names by student name and then at the end of all students for this team, the team averages column would display. When a new team comes up in the data set, it would start the parent row grouping over, etc..
However when I goto try to add a child group to the parent group, I get the error message "Innermost Group Does Not Have a Grouping Cell". Google/searching here didnt produce much in the way of this error message so I'm pretty stuck.
Any advice on how to achieve this parent and child row grouping situation? If you have any questions, please feel free to ask.