HElp

Use this forum to post Vensim related questions.
Post Reply
sally
Member
Posts: 40
Joined: Sun Nov 05, 2006 4:34 pm

HElp

Post 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
Administrator
Super Administrator
Posts: 4590
Joined: Wed Mar 05, 2003 3:10 am

Post by Administrator »

place order flag = if then else (
if inventory is < rop point
:or: backorder is > 0
, 1
, 0 )
sally
Member
Posts: 40
Joined: Sun Nov 05, 2006 4:34 pm

Post 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
Post Reply