Question
Is there a way to refer to a field, determine that it is pinned (with a hand), and accordingly not calculate the value in this cell with code?
I was considering using this for large calculation tables to avoid recalculating some fields while preserving the current values in the field.
Answer
It is possible to obtain a feature of value fixation for fields with codes ā true
or false
using #h.fieldname
.
For fixed fields, a calculated value can be obtained through #c.fieldname
.
In the field code, it is not possible to obtain information about the fixation of the value in the same field, as the code has not yet been calculated. Therefore, obtaining this information is not suitable for optimization.