setComputeOnClose and Alerts
The alerts seem only to work for me when setComputeOnClose is off, either in the efs code or in EFS settings. For example, Alert/AlertMA.efs mouths off merrily, but goes silent when I make all formulas compute on close in EFS settings. Is this a known feature and can i work around it? I'd like alerts when setComputeOnClose is true.
On another matter, how can I alter Alerts/AlertsMA.efs to allow the MA length to be user-adjustable. It looks like the MA study object should be created outside of main(), but I had the impression that the only way to pass parameters into the code was as arguments to main.
Thanks,
Sandy Morton
The alerts seem only to work for me when setComputeOnClose is off, either in the efs code or in EFS settings. For example, Alert/AlertMA.efs mouths off merrily, but goes silent when I make all formulas compute on close in EFS settings. Is this a known feature and can i work around it? I'd like alerts when setComputeOnClose is true.
On another matter, how can I alter Alerts/AlertsMA.efs to allow the MA length to be user-adjustable. It looks like the MA study object should be created outside of main(), but I had the impression that the only way to pass parameters into the code was as arguments to main.
Thanks,
Sandy Morton
Comment