Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

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
MVP
MVP

Hi Scott, you can use an expression like:

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