Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
hobanwashburne
Creator
Creator

Inventory turns calculation

I am trying to calculate inventory turns (cost of goods sold / average inventory) by quarter. I have included a sample data set. Please see attached.

1 Solution

Accepted Solutions
rubenmarin

Hi Scott, you can use an expression like:

Sum(COGS)/Avg(Aggr(Sum(Qty_OnHand * UnitCost), CalYearMonth))

View solution in original post

1 Reply
rubenmarin

Hi Scott, you can use an expression like:

Sum(COGS)/Avg(Aggr(Sum(Qty_OnHand * UnitCost), CalYearMonth))