Which fields can have manual values?
If a field has a code and can be edited by the user, then the user can lock the value in the field — place a hand
.
There are two types of hands:
palm
— the value is locked and differs from the one calculated by the code.
fist
— the value is locked and does not differ from the one calculated by the code.
When the value is locked, the locked value will be used for subsequent calculations!
What value is taken for the next calculation if the value is set manually?
Noted!
How to hide the manual value indication?
In field formatting you need to say:
f1=: setFormat(showhand: false)