Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I wanted to calculate weighted average cost for Material in below data to show the price trend by fiscal year.
I have created formula in Qlik
sum((OrderQty * NetPrice*Exch. Rate)/Priceunit_Cal)/sum(OrderQty)
consider priceunit_cal = 1but I am getting value of 20.24 for FY21 but actual value should be approximately equal to 14.Can anyone please help with the correct formula.