Which table row needs to be duplicated to duplicate the cycle?
Row in the cycles table.
Are the adding codes executed in the headers and footers of tables inside the cycle when duplicating?
No, duplication is not an addition operation.
When duplicating a cycle with which version are the tables within the cycle created ?
With the same as in the loop source.
An example of version switching on duplication
The logic is as follows:
We track the variable $#duplicatedId
with code when adding.
We check the actions with code, and if it != 0
, we perform a set in version of tables in cycles:
=: set(table: 'calcstable_cycle_version'; field: 'version' = $version; where: 'cycles_table' = $#nti; where: 'table_name' = "table_name")
version: select(table: 'calcstable_versions'; field: 'version'; where: 'cycles_table' = $#nti; where: 'table_name' = "table_name"; where: 'is_default' = true)