| |
GeekInterview.com > Interview Questions > Data Warehousing > Business Objects
| Print | |
Question: How to create S.No variable which starts from 1 ?
Answer: I am trying to create S.No. column for a report by writing this formulae =RowIndex() Where (="2002")But is generating S.No starting from 0 (not from 1). |
| June 06, 2008 06:11:33 |
#4 |
| sekhar_ygr |
Member Since: June 2008 Total Comments: 1 |
RE: How to create S.No variable which starts from 1 ? |
Create a new variable in report.
=RunningCount( Body ; Row ). |
| |
Back To Question | |