
Anonymous
Not applicable
2017-09-18
01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
In chart expression
what will be the expression for calculating sell through if I have sales quantity and purchase quantity
600 Views
1 Reply


Master II
2017-09-18
02:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
516 Views
