⟵ 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
  • How to open another table by clicking a button?
  • Hide the header or footer, update the source table when closing the window, close the window forcedly
  • Temporary table creation and features
  • How do I fill in the rows part by passing data to the header?
  • How can I use a temporary table for background calculation and get a result without showing it to the user?
  • How to open a text input window and how can it be modified?
  • Showing the panel with buttons
  • 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
  • How do I fill in the rows part by passing data to the header?

    link_to_table

    What should be the name of the field for autofill to work?

    Only insert!

    What should be the sort of the insert field?

    This should be the first field in the inline section.

    Is it good practice to calculate the list directly in the insert?

    No. It is recommended to create a technical field in the header h_insert, perform the list calculation in it, and refer to it in the insert:

    =: #h_insert
    
    

    What conditions must the list meet for autofill to work?

    This must be a unique list — values in it should not be repeated.