Execute Decision Immediately
|
|
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 |
|
|
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.