Splitting Groups
About this task
The Split function enables you to split (break) the following objects into two loops:
- Group
- Repeating record
- Repeating element
- Repeating composite
If you split a group (or any one of these map components), the individual iterations of the two groups that you created by splitting a group add up to the original number of iterations of the group before being split. For example, you might have a group with 50 iterations. You could split that group into two groups: one that iterates 20 times and one that iterates 30 times.
Use the Split function when you need more than one instance of a map component that occurs multiple times. The Split function is available only if a group or repeating record, element, or composite is selected.
To split a group or repeating record, element, or composite: