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


May 05, 2008 08:01:02 #3
 krmuthu1510   Member Since: May 2008    Total Comments: 1 

RE: How to create S.No variable which starts from 1 ?
 
If you use the formula like =RowIndex()+1 then it will start from 1;
     

 

Back To Question