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:  break

Answer: why should we use break when we want calculate the sub-totals and grand totals?


April 04, 2009 06:29:45 #5
 rmedaboy   Member Since: April 2009    Total Comments: 1 

RE: break
 
Break eliminates duplicate values for an object and it displays data item once at the beginning of the control break i.e it is similar to group in data base but at the end of every group the data item will be displayed. Break is mainly used when a column is having fewer duplicates. Using break sub total and grand totals for a group can be calculated.
     

 

Back To Question