Hello, All
I am making a model that requires some "loop feedback", and it is giving me this error:
Do you know how to get around it?
I do not have this problem in Excel using the same formulae
Thank you,
-Jose
UPDATE:
I was able to make it run, but it will only execute the formula on one row at the time.
I am attaching the table script for reference.
You will see that two columns are dependent from each other.
n*Zr*S(ti) = soil saturation at the beginning of the day
n*Zr*S(ti-) = soil saturation at the end of the day
Then for n*Zr*S(ti), I need the value of n*Zr*S(ti-) for the previous day [each day is a row].
The problem I have now is: every time I hit "apply" in the formula editor for n*Zr*S(ti-) [or n*Zr*S(ti)], I get the Cycle detected error, then I press Ignore all cycles, and the formula runs for all columns, until the n*Zr*S(ti) column. If I repeat this process, JMP calculates n*Zr*S(ti), and n*Zr*S(ti-), is calculated automatically [because n*Zr*S(ti)] is needed for next day's n*Zr*S(ti-).
Is there a way to tell JMP "if this cell has not been calculated, use this other value in the meantime", then "if that other cell has a value, update this other one"?
Any help will be appreciated.
-Jose L