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 2005 Forums
 Analysis Server and Reporting Services (2005)
 How to find the rowcount of the dataset in a repor

Author  Topic 

kamii47
Constraint Violating Yak Guru

353 Posts

Posted - 2007-03-28 : 08:45:16
I have a report.

In one of the text field i have to show the rowcount of the dataset

How can i do that

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2007-03-28 : 13:25:43
Ues an expression and the count function, see
http://msdn2.microsoft.com/en-us/library/ms159238.aspx
http://msdn2.microsoft.com/en-us/library/ms159673.aspx
http://msdn2.microsoft.com/en-us/library/ms157163.aspx
Go to Top of Page
   

- Advertisement -