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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

formula for calculating sell through

Hi all,

I have two columns purchase quantity and sales quantity

Purchase_quantity= total quantity/1 as Purchase quantity ( in load script)

sales quantity=total quantity/1 as sales quantity(in load script)


selthrough.png

In chart expression

what will be the expression for calculating sell through if I have sales quantity and purchase quantity

1 Reply
devarasu07
Master II
Master II

Hi,

in General Sell Through % formula is like that,

=sum(SoldQty)/sum({<PO_Type={'NB'}>} OrderQty)

Note:

OrderQty from Purchase Order Fact Table.

SoldQty from Sales Fact Table

PO Type : NB which is initial order. based on your flag and requirement u can use it.


P.S; u check with your Business User for the Confirmation.


Thanks,

Deva