Page 1 of 1

HElp

Posted: Wed Dec 20, 2006 9:58 am
by sally
i have a question, hope someone can help me.

i have one equaction:

the decision about placing order is on two kind of situaiton: one is (if inventory is <rop point, the other one is if backorder is>0).

how to set up this in the equation?

hope some one can help me

thank you

Posted: Wed Dec 20, 2006 11:13 am
by Administrator
place order flag = if then else (
if inventory is < rop point
:or: backorder is > 0
, 1
, 0 )

Posted: Wed Dec 20, 2006 11:45 am
by sally
but if the inventory is<rop, then do 1, else 0

and if backorder is>0 , then do 2, else o

how to do this

thank you