Execute Decision Immediately

Subscribe to Execute Decision Immediately 2 posts, 2 voices

 
?path=bbsim&height=32 Basic Busine... 173 posts This is a very useful property on many fronts. The one draw back I experience is in charts, where decisions for the next round instantly take effect in the chart, seemingly altering the results from the round just  finished.

If a decision parameter has been assigned the property "ResetDecision", combined with the phenomena described above, charts appear to describe a downward trend (when in fact it is simply displaying the reset to the default value of the parameter, in this case zero (0)).

Is there any way that a property can be added to charts to set the Execute Decision Immediately to false for the purposes of chart display?

Bill
 
?path=billy&height=32 Billy Schoen... Administrator 255 posts Hi Bill,

I believe you would want to do this by making two variables:

D SomeDecision = 0
P SomeDecision.ExecuteDecisionImmediately = true
P SomeDecision.ResetDecision = true

V CurSomeDecision = PREVIOUS(SomeDecision,0)

Billy

Please log in to reply to topics.

Forums Support