Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

ssrs - running count

I need to add a running count in my table.  So, the first item would be 1, next 2,3, 4 et

like this:

1  Some stuff
2  Some more stuff
3  event more stuff

etc.
ASKER CERTIFIED SOLUTION
Avatar of Kanti Prasad
Kanti Prasad

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vbnetcoder
vbnetcoder

ASKER

ty