Quantcast
Viewing all articles
Browse latest Browse all 10045

summing up subgroup totals

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!

 

STORETOTAL STORE INVENTORY VALUEINVENTORY% OF STORE INVENTORYINVENTORY VALUEWARNING DATE
STORE A1,000,000.00    
  TOY SOLDIERS2.00%20,000.00 
    20,000.0011/5/2007
    20,000.0011/2/2007
  PLUSH TOYS1.00%10,000.00 
    10,000.0011/5/2007
  CUTE DOLLS4.00%40,000.00 
    40,000.0011/2/2007
    40,000.0010/31/2007
 1,000,000.00 7.00%70,000.00 
      
STORE B10,000,000.00    
  TOY SOLDIERS0.20%20,000.00 
    20,000.0011/5/2007
    20,000.0011/2/2007
  PLUSH TOYS0.10%10,000.00 
    10,000.0011/5/2007
  CUTE DOLLS0.40%40,000.00 
    40,000.0011/2/2007
    40,000.0010/31/2007
 10,000,000.00 0.70%70,000.00 

Viewing all articles
Browse latest Browse all 10045

Trending Articles