Rows of tables with a tabular
unit of recalculation can be filled automatically based on conditions.
To do this, the first sort
field of the row part should be set to the field with name — insert
.
This field must contain any list. Rows will be created in the number of values in the list. Each row in the insert
field will be populated with a value from the list. The values will be placed in the order they appear in the list.
The list must contain only unique values, not containing null or "" (empty string).
If, as a result of recalculation, the list in insert
has changed and:
New values were added — rows will be added to the end of the table.
Values were removed:
Values were changed — in this case, the change is processed as a combination of deletion and addition.