⟵ 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
  • Recalculation unit of tables, recalculation of rows and their order

    calculationorderandcalculationordererror

    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.