Priority
Type
Constant Integer
Since
2.2
Description
The priority of the formulas determines their execution order. The system will perform all calculations of the formulas with the lowest priority (e.g "0") first, then all calculations of the second lowest and so on.
The priority of a formula is something different than their position in the formula list, because its position decides if a formula is used (the system searches from top to bottom in the list until the first formula matches) but not about its execution order.
Usually you won't need this property becase the System automatically orders the execution of the formula in the best order, beginning with the values which do not depend on any calculation and ending with the formulas depending on the most other calculations. But whenever you design recursive calculations, the order of the calculations can be important.
Examples
Priority = "4"
