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).


April 04, 2008 07:29:27 #1
 krvikramraju   Member Since: April 2008    Total Comments: 2 

RE: How to create S.No variable which starts from 1 ?
 
Could you use =LineNumber() - 1
     

 

Back To Question