Hi all, so I've a requirement to customize existing Inventory Value report with additional CW Qty in each column and also the cost amount column based on CW Qty, so far I'm able to add the CW Qty (Financial CW Qty, Physical CWQty posted, Physical CW Qty non posted and also CW Qty) but I stuck at the Cost Amount based on CW Qty.
I've checked the Classes\InventValueReportPopulateItem\UpdateReportLineBalance where the cost amount are from Views\InventValueReportView\Amount field and the Amount field are pulled from InventValueFinancialBalance View which has computed column method as below.


In here i can see that the amount field is calculated from InventSum table Postedvalue field, now I'm stuck as how to calculate that amount based on CW Qty to present it in InventoryValue report?
As I've also checked the Posted Value seems that it's calculated from InventTrans/CostValue method which has this code :

Thanks in advance.
*This post is locked for comments
I have the same question (0)