@ Jeff_Perkinson
Belated thanks for your reply. Being aware of the lack of an automatic update of Today() has changed the way I use JMP.
Are there more conditions you can share where formulas will not update? I have recently run into another case where JMP did not automatically update the formulas in an active table. I created a number of formulas like this, where the parameters are referring to table variables:
If( :Name( "Age" ) <= 2000,
Parameter( {mu = :WBmu, sigma = :WBsigma}, 1 - Exp( -Exp( (Log( :Name( "Field Life" ) ) - mu) / sigma ) ) ) * :SampleCt
,
1
)
The formula results do not initially respond to changes to the table variable values, but once I edit the formula in some way, the calculated update to reflect the influence of the change in the table variables, and then after than the results are immediately responsive to changes to the table variable values.