⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • Calculating a value by code
  • Calculation order and calculation order error, how to show the field in a place other than the calculation order
  • Recalculation unit of tables, recalculation of rows and their order
  • Header in simple and calculated tables
  • Using the functions
  • Using the if and select functions as an example
  • How the where and order parameters work, by the example of select
  • The difference between a single value and a list, operations on lists (sum, min, max, count)
  • Using math for mathematical operations
  • Using str to combine text
  • Fixing a calculation when executing codes
  • Manual values
  • Execute code only when adding
  • The $#nd, $#ndt and $#ntn quick variables
  • Dates processing
  • Calculation errors and their details
  • Selects and links between tables
  • Table settings basic level
  • Prefilters base level
  • Conditional formatting basic level
  • Action codes base level
  • Using pop-up windows
  • Cycles base level
  • Roles and users on the web
  • Codes advanced level
  • Action codes advanced level
  • Prefilters advanced level
  • Field and table settings advanced level
  • Cycles advanced level
  • Formatting advanced level
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Manual values

    table_recalc

    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)

    Why should we be careful with recalculate?

    The fact is that this is one of several functions actions that can be performed in the code.

    Calling it from the code can lead the table into an infinite loop. If this happens, you need to fix it this way.