Can I make a matrix row group span its child groups in SSRS?

Posted by AaronSieb on Stack Overflow See other posts from Stack Overflow or by AaronSieb
Published on 2010-05-07T18:52:38Z Indexed on 2010/05/07 18:58 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

I have a matrix, whose rows are grouped into two groups. A class, and a time for that class. The class cell is going to end up being several lines long, and I'd like the rows for each time slot of the class to line up next to the class description, like this:

-----------------------------------------
**Class**         | 7:00am  | [row data]
Description of    |----------------------
the class, this   | 12:00pm | [row data]
is several lines  |----------------------
long.             | 1:00pm  | [row data]
-----------------------------------------

But what I'm getting is this:

-----------------------------------------
**Class**         | 7:00am  | [row data]
Description of    |         |
the class, this   |         |
is several lines  |         |
long.             |         |
-----------------------------------------
                  | 12:00pm | [row data]
                  |         |
                  |         |
                  |         |
                  |         |
-----------------------------------------
                  | 1:00pm  | [row data]
                  |         |
                  |         |
                  |         |
                  |         |
-----------------------------------------

Is there any way to make SSRS collapse the matrix?

© Stack Overflow or respective owner

Related posts about ssrs

Related posts about ssrs-2005