| |
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). |
| April 04, 2008 08:36:31 |
#2 |
| newinbo |
Member Since: April 2008 Total Comments: 5 |
RE: How to create S.No variable which starts from 1 ? |
Thanks for your reply but it did not work by your way. Instead it worked by this way
=RowIndex()+1
(In Deskotop Intelligence). |
| |
Back To Question | |