I modified our Historical Inventory report to get average consumption data for a group of periods.
I’m having trouble with getting the correct averages. Here are the formulas I’m concerned with:
- =Sum(IsNull([ItemHistCurr.FinBegQty], [ItemHistLast.FinYtdQty]))
- Not getting the correct ending quantity. (See “4148.000”)
- =Sum(([ItemHistCurr.FinPtdQtyIssued] + [ItemHistCurr.FinPtdQtySales] + [ItemHistCurr.FinPtdQtyAssemblyOut] + [ItemHistCurr.FinPtdQtyTransferOut]) / Count([INItemSiteHistByPeriod.FinPeriodID] ))
- Not getting the correct average (See “1,019.7143”)
- =Count([INItemSiteHistByPeriod.FinPeriodID] )
- Not correctly counting the periods (See “20.00”)
