Search found 5 matches

by haruki
Mon Jan 05, 2009 1:42 pm
Forum: Vensim
Topic: Fetch the current data but with 3 steps between.
Replies: 3
Views: 2810

Nevermind, got it to work.
Thnx..

IF THEN ELSE(MODULO(Time, 4)=0, X, 0)
by haruki
Mon Jan 05, 2009 1:23 pm
Forum: Vensim
Topic: Fetch the current data but with 3 steps between.
Replies: 3
Views: 2810

Hm, could you give me an example how you mean?
by haruki
Mon Jan 05, 2009 11:41 am
Forum: Vensim
Topic: Fetch the current data but with 3 steps between.
Replies: 3
Views: 2810

Fetch the current data but with 3 steps between.

If I have a graph and I only want to fetch the data from it each third steps. what kind of function could do this? Example.. Graph 1=5 2=3 3=8 4=3 5=2 6=21 7=8 8=6 9=19 This means i want to get the following result 0, 0, 8, 0, 0, 21, 0, 0, 19 (each third step, get value from graph). Anyone? Sincerel...
by haruki
Sat Dec 27, 2008 9:52 pm
Forum: Vensim
Topic: Is it possible to fetch old data from variables?
Replies: 2
Views: 2616

works, thnx!
by haruki
Sat Dec 27, 2008 7:23 pm
Forum: Vensim
Topic: Is it possible to fetch old data from variables?
Replies: 2
Views: 2616

Is it possible to fetch old data from variables?

Is it possible to fetch old data from variables? Example. A rabbit has a life of 7 years. If 7 years has passed, is it possible to be able to go back and look at how many rabbits was born 7 years back (on year 1), then remove that amount from the stock in the current year (in the outflow variable &q...