K
Kevin
I have 3 fields: LoadComp(an on/off checkbox
acknowledging when a product is loaded), QtyReqd(total
quantity required of a product), QtyBO(quantity
backordered if complete quantity not fulfilled).
I already have a calculated field that reports the
quantity backordered if LoadComp is not checked:
BackOrderQty: Iif([LoadComp],0,[QtyReqd]) - This works
well in the event that none of the required order are
fulfilled.
Is there an expression that would make the BackOrderQty
calculate if LoadComp is checked but some of the total
required are going to be backordered? Example:
LoadComp=On / QtyReqd=5 / QtyBO=1 ....Then BackOrderQty
should needs to show as 1.
Any help is appreciated! Thanks!
acknowledging when a product is loaded), QtyReqd(total
quantity required of a product), QtyBO(quantity
backordered if complete quantity not fulfilled).
I already have a calculated field that reports the
quantity backordered if LoadComp is not checked:
BackOrderQty: Iif([LoadComp],0,[QtyReqd]) - This works
well in the event that none of the required order are
fulfilled.
Is there an expression that would make the BackOrderQty
calculate if LoadComp is checked but some of the total
required are going to be backordered? Example:
LoadComp=On / QtyReqd=5 / QtyBO=1 ....Then BackOrderQty
should needs to show as 1.
Any help is appreciated! Thanks!