⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • 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
  • Cycles tables and tables within a cycle
  • Automatic connection of tables within a cycle
  • How do I access tables inside cycle with codes?
  • Link type fields
  • Recalculating the cycles table when changing within a cycle
  • How to configure cycle accesses for users
  • 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
  • Automatic connection of tables within a cycle

    cycles

    If there are 2 tables in the cycle and the second table takes data from the first table by codes, will it be recalculated if the first table changes?

    Tables within a loop have an important feature that is enabled by default — it automatically recalculates related tables within a single loop.

    How it works: if you have two tables within a loop and the second one, for example, uses select to fetch data from the first one, then when changes are made to the first table, the second one will be recalculated automatically.

    How do I take data from one cycles table and take data from another?

    All select** functions work without additional parameters.

    In this pattern, can the first table take data from the second table?

    Yes. Moreover, they can take data from each other. When changes are made in the first one, the second one will be recalculated, and then the first one again.

    In what order are the tables recalculated within the cycle?

    In the order of sort tables.

    Why is it necessary?

    So as not to write additional action codes.