Many thanks to both of you for your prompt and helpful replies, I think both of these should do the trick!
Best,
Brian
Search found 2 matches
- Sun Nov 15, 2009 8:58 pm
- Forum: Vensim
- Topic: Making the "then" if If Then Else permanent
- Replies: 3
- Views: 2784
- Sun Nov 15, 2009 3:35 am
- Forum: Vensim
- Topic: Making the "then" if If Then Else permanent
- Replies: 3
- Views: 2784
Making the "then" if If Then Else permanent
Hi everyone, I'm having a bit of trouble with a model with a threshold effect. I want it to return a 0 until a threshold is passed, and then return a 1. Currently I have that as IF THEN ELSE (Threshold difference<0,0,1) However, what happens is that once the threshold difference goes back to zero or...