Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSRS COLUMN HEADER

Author  Topic 

Beginer2012
Starting Member

45 Posts

Posted - 2012-06-05 : 11:06:21
Hello,
I have the following dynamic matrix


| CASE TYPE |
-----------------------------------------------
|Number Of User| 1 | 7 | 8| 36 | 40 |
-----------------------------------------------
MICKEL S 18 20 7 5 3
DANNY j 9 13 16 4 0


How can I put the text "CASE TYPE" over the columns 1,7,8,36,40 to appear one time

edit: moved to proper forum

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-06-05 : 12:32:34
make use of matrix container with column grouping as case type and row grouping on username

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -