In below table, the light blue rows, represents the subgroup I am trying to sum up.
The value in the "Inventory Value" contains the latest inventory value for said inventory.
Light green row is grouped by Store name, Light blue is grouped by inventory name. the expression in Inventory row for the inventory value column is =First(Fields!InventoryValue.Value).
Doing a store summation, sums up all detailed values. For example in Store A, instead of 70K, the sum would be 130K... double summing the toy soldiers and cute dolls inventory. Is there a way to do the "correct" summation or a different approach to this? Thanks!
STORE | TOTAL STORE INVENTORY VALUE | INVENTORY | % OF STORE INVENTORY | INVENTORY VALUE | WARNING DATE |
STORE A | 1,000,000.00 | ||||
TOY SOLDIERS | 2.00% | 20,000.00 | |||
20,000.00 | 11/5/2007 | ||||
20,000.00 | 11/2/2007 | ||||
PLUSH TOYS | 1.00% | 10,000.00 | |||
10,000.00 | 11/5/2007 | ||||
CUTE DOLLS | 4.00% | 40,000.00 | |||
40,000.00 | 11/2/2007 | ||||
40,000.00 | 10/31/2007 | ||||
1,000,000.00 | 7.00% | 70,000.00 | |||
STORE B | 10,000,000.00 | ||||
TOY SOLDIERS | 0.20% | 20,000.00 | |||
20,000.00 | 11/5/2007 | ||||
20,000.00 | 11/2/2007 | ||||
PLUSH TOYS | 0.10% | 10,000.00 | |||
10,000.00 | 11/5/2007 | ||||
CUTE DOLLS | 0.40% | 40,000.00 | |||
40,000.00 | 11/2/2007 | ||||
40,000.00 | 10/31/2007 | ||||
10,000,000.00 | 0.70% | 70,000.00 |