0208cba74ac1591f9dcbfaa778cbfa53dcbc4a25
Guides/LayeredSubtotaling.md
| ... | ... | @@ -8,7 +8,7 @@ Layered subtotaling is a customized way to display subtotals that will aggregate |
| 8 | 8 | |
| 9 | 9 | ##Example |
| 10 | 10 | |
| 11 | - |
|
| 11 | + |
|
| 12 | 12 | |
| 13 | 13 | In this example, the data would be aggregated based on [ShipCountry] normally. The subtotal of all countries' freight would be totaled up. With layered subtotaling, we can get subtotals for drilldowns (such as the subtotal of [ShipRegion] ([ShipCountry] drills down to [ShipRegion])) in one report. This allows not only each [ShipCountry] field value to be totaled up, but it also allows us to see each [ShipRegion]'s total. |
| 14 | 14 |