I have a query based on a table with the fields such as firstname and lastname. I am running a report which list down all the records. But I want to print a row number / serial number as first column in the report.
Sample
SL. No. FirstName LastName
1. Sam Noel
2. Manz Nishad
3. Prav Jeevan
Please note that this SL.No is not a bound column to database. This has to be generated while running the report.
Any idea guys? Please reply.
