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?


July 07, 2008 01:34:00 #1
 prasanna.ramesh1   Member Since: July 2008    Total Comments: 7 

RE: break
 
break will break the table into multiple pieces so you can better analyze data within group.once you create break you use caluculations to generate subtotals.if the table does not contain any break then the caluculation become grand totals for the entire block.
     

 

Back To Question