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