GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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