All,
Is it possible to Group data in a Matrix exactly similar to Table Control. For example, my table control would group data as follows:
Region Country City $ales
North America
USA
Chicago 4 MM
LA 10 MM
NYK 6 MM
Canada
Toronto 4 MM
while the matrix would display as:
North America USA Chicago 4MM
LA
NYK
Canada Toronto ...
Do you see the problem? The matrix is starting the subgroup at the same level as the parent group. How do I make a sub group start at the row below the parent group row in matrix just like in the table above?
Any one?
On a related note, How can I add the "heading" to the dynamic rows in the matrix similar to table:
Region Country City Sales
North America 10 MM
USA 8 MM
Chicago 2 MM
LA 2 MM
NYK 4 MM
Canada 2 MM
Toronto 2 MM
Can a matrix be formatted as above, it can be in a table but I am not sure if this can be achieved with Matrix?
|||This issue is now resolved. The SubTotal property of each Row/Column grouping in a Matrix could be set to "Before/After" the details cells to achieve the desired format. Matrix is an amazing tool created by the SSRS team but it does require you to fiddle with it a bit before being used effectively. It saved me from having to write a Cross Tab query in dynamic SQL.|||Were you able to get the headings on the columns? That's what I've been fighting with, but I haven't been able to figure it out.
Thanks,
Marianne
|||
DotNet_Guy wrote:
Matrix is an amazing tool created by the SSRS team but it does require you to fiddle with it a bit before being used effectively.
SSRS 2008 will include a Tablix (cross between a table and a matrix) due to grouping issues and the like that couldn't previously be accomplished easily.
sql
No comments:
Post a Comment