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