Counting output rows instead of data set rows

  • 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

  • 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.

  • 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

  • Thanks guys.  Appreciate your help with this.

    Mike

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply