Triggering a computed field
I have several computed fields that do not need to be dynamic, but they need to be updated/computed every time an item changes State or a specific field is updated. For example.
1. When "due date" is entered, a field called Days until due date needs to compute.
2. When "State" is changed to "In Review", Days in Review needs to compute.
These computed values are used to set range fields of Red Yellow Green to indicate status.
So, how do I trigger the computed fields to compute.
I would be OK with it computing for a given item every time it is saved. Don't know how to do this either.

