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
-![Custom Layered Subtotaling](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/custom_layered_subtotaling.png)
11
+![Custom Layered Subtotaling](/Guides/LayeredSubtotaling/custom_layered_subtotaling_2.PNG)
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