Hi - I have a report that goes down to the lowest level in the heirarchy (SKU). It has facts of QTY and COST. A metric (TRANS_AMT) with the calculation of QTY * COST is created. If I display at the site/sku level for example, I would have QTY = 1 ; COST = 10.00 ; TRANS_AMT = 10.00
and another row might read QTY = 2 ; COST = 15.00 ; TRANS_AMT = 30.00. So far so good. The problem is when I total DOWN on the report it seems to be using averages. This leaves me with QTY = 1.5 ( 3/2), COST = 12.50 (25.00/2) and TRANS_AMT = 20.00 (40/2). This scenario seems to work OK at the lowest level (SKU) but when try to roll it up to a site level - it starts skewing the totals. Any suggestions? thanks!
and another row might read QTY = 2 ; COST = 15.00 ; TRANS_AMT = 30.00. So far so good. The problem is when I total DOWN on the report it seems to be using averages. This leaves me with QTY = 1.5 ( 3/2), COST = 12.50 (25.00/2) and TRANS_AMT = 20.00 (40/2). This scenario seems to work OK at the lowest level (SKU) but when try to roll it up to a site level - it starts skewing the totals. Any suggestions? thanks!