SSRS auto incrementing row number

  • Is there a way to add an incrementing row number for the rows that are returned in an SSRS report?

    For example, if I have a table that has 50 records, can I add a column that will be the running count of the row numbers for the rows in the table? This row count should not be dependent on the udnerlying data, just an independent running row count for visual purposes.

  • same answer as your other post. Look at Rank() or row_number().

    --------------------------------------------------------------------------
    When you realize you've dug yourself into a hole....Step 1...stop digging.

Viewing 2 posts - 1 through 1 (of 1 total)

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