Mike Kendall
SSC Eights!
Points: 958
More actions
March 20, 2006 at 1:30 pm
#113763
I have the need to count the number of rows output in a matrix. I tried the CountRows function, but I get the number of rows in the data set. Is there any way to count the number of rows in the output?
Thanks
Mike
Jon Spink
SSCarpal Tunnel
Points: 4010
March 21, 2006 at 3:47 am
#627817
most of these functions can have a second argument which is either the dateset name or the name of a group you want to count over.
Thomas M. Burgan
SSC Veteran
Points: 201
March 21, 2006 at 7:38 am
#627866
Place the following expression in the Table Footer of the column in which you wish to display the report row count:
=Count(Fields!Column.Value).
Note: Column is the name of a dataset field
March 21, 2006 at 9:41 am
#627922
Thanks guys. Appreciate your help with this.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply