Auto Generate Row Number in SSRS

How do I generate auto number in SSRS

Thanks

September 9th, 2013 3:02pm

Hi ,

Make use of RowNumber .

Try this link for example .

September 9th, 2013 11:28pm

Hi,

RowNumber is the best option. Follow the below link showing generation of Auto Number.

http://www.sqlcircuit.com/2013/08/ssrs-how-to-implement-alternate.html

Thanks,

Vishal

Free Windows Admin Tool Kit Click here and download it now
September 9th, 2013 11:44pm

Hello Engr. Clement,

As Saeid post earlier, we can using RowNumber() function in SSRS to get Auto row number.

If we want to get the row number out of group scope, we can using the expression:
=RowNumber(nothing)
If we need get a row number in group scope, we can using the expression:
=RowNumber("Group1")
(Note: Suppose we have a group named Group1.)
You can refer to the following screenshot.

Hope this helps. If you have any problem, please feel free to let me know.

Regards,
Alisa Tang

September 10th, 2013 3:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics