Dear All,
I am trying to get part average cost on the basis of each transaction which I want to reconcile with stock status average cost report, but I could not be able to understand why, I could not be able to match it.
I tried to get this through this equation but that is not being matched.
Sum(PartTran.ExtCost) OVER (PARTITION BY PartTran.PartNum , PartTran.WareHouseCode ORDER BY PartTran.TranNum)
It would be good if anyone help on this is…