Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 add new table column with numbers

Author  Topic 

roy mm
Yak Posting Veteran

62 Posts

Posted - 2007-07-19 : 01:59:39
Hello.

Whats the easiest way to add a column with a numeration to my table?

I want the users to have an easier life finding on which row they are
talking.

I preffer of course doing it in reporting service and not adding a
column in my dataset.

Thanks.

roy mm
Yak Posting Veteran

62 Posts

Posted - 2007-07-19 : 04:10:17
I found it:

RowNumber(Scope)

Thanks
Go to Top of Page
   

- Advertisement -