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.
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) DaveHelixpoint Web Developmenthttp://www.helixpoint.com |
|
|
|
|