From: Raj on
How do I create a variable whose value is keep on increasing for every record
in the report? I need to create a serial number column in the report. I
cannot have this column in the database table.

Thank you

Regards
Raj
From: Uri Dimant on
Raj
Why you cannot have it in T-SQL?

"Raj" <Raj(a)discussions.microsoft.com> wrote in message
news:9AAC7217-9687-4BAA-9C5C-320CEA03C348(a)microsoft.com...
> How do I create a variable whose value is keep on increasing for every
> record
> in the report? I need to create a serial number column in the report. I
> cannot have this column in the database table.
>
> Thank you
>
> Regards
> Raj


From: Raj on
Got it: try using RowNumber(Nothing)

"Uri Dimant" wrote:

> Raj
> Why you cannot have it in T-SQL?
>
> "Raj" <Raj(a)discussions.microsoft.com> wrote in message
> news:9AAC7217-9687-4BAA-9C5C-320CEA03C348(a)microsoft.com...
> > How do I create a variable whose value is keep on increasing for every
> > record
> > in the report? I need to create a serial number column in the report. I
> > cannot have this column in the database table.
> >
> > Thank you
> >
> > Regards
> > Raj
>
>
> .
>