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)
 Headers on a column group

Author  Topic 

helixpoint
Constraint Violating Yak Guru

291 Posts

Posted - 2010-12-07 : 07:54:50
I have a matrix. There are 3 columns of data that are returned. I have a header on each one then they want another header on the group, so I just added another row above the header and put in a textbox. I put "Count". Now it shows "Count in all 3 headers. I only want it in the 2nd column. I tried the following, but it does not work. I put this in the visibility of the textbox
=IIF(RowNumber("<<dataset_name>>")=2,false,true)





Dave
Helixpoint Web Development
http://www.helixpoint.com
   

- Advertisement -