What is recalculated in a simple table when a change is made in a row field?
All fields with code in the row where a change occurred. Additionally, the header
is recalculated!
If multiple rows were changed, in this case, the header
is recalculated once.
What is recalculated in a simple table when a change is made in the header field?
All fields of the header
.
What is recalculated in the calculated table when any field is changed?
All fields in all placements.
In what order are the rows recalculated if there was a change in several of them at once?
Rows are recalculated in ascending order of their id
. However, if the table has the Sort by order field parameter enabled, the rows will be recalculated in ascending order of their sorting.