⟵ 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
  • Header in simple and calculated tables

    calculationorderandcalculationordererror

    When is the header in a simple table recalculated?

    When changes are made in the header field or in the rows.

    If the fields in the header take values from the rows part of the same table, will they be updated if a single field change in the rows part occurs?

    No, the header is recalculated before the row part. Therefore, if it takes any values from the row part of its own table and needs to have up-to-date data, you will have to recalculate the table with an additional action.

    But such an organization of the solution is bad. You should strive to avoid it.

    How do I split the header into several lines?

    Mark in the field that needs to be transferred that it will be On a new line.

    How to display the header field in the footer and vice versa?

    For example, the order total is calculated in the footer, but we want to display it in the header — we use display elsewhere.

    Will this affect their order of calculation?

    No, if we display the field in another place, it does not affect its home placement and sort.

    How do I access the header field from the code?

    Referencing fields within a single table is done using #field_name. If a field with such a name exists in the header, footer, and pre-filter, it has a single value, and that value will be used.

    If this field is in the row section, it has multiple values — as many as there are rows in the table. Therefore, referencing it using # is only possible from another field in the row section — the value from the same row from which it is being requested will be used.

    How do I access a header field that is in a different table?


    =:
    @table_name.field_name_in_header_or_footer