I have a form with many calculated values.
At the end of my form, there is a last calculated value which is calculated from the previous ones.
When user fills out the form the first time, no prob, it's working fine.
But sometimes when opening it for an edit, the calculated values are not calculated in the right order so the final value is wrong. It makes my users disappointed about this.
They have to reload the page until it gets right.
Is there a way to tell the system in which order should the calculated value should be calculated ?