InterviewSolution
| 1. |
Explain About Split Function ? |
|
Answer» The Split FUNCTION can be used to split the following objects into TWO groups:
After the split operation is performed, the individual iterations of the two groups that were created by splitting a group add up to the original number of iterations of the group before the split. The Split function is available only if a group or repeating record, element, or composite is selected. USE the Split function when you need more than one instance of a map COMPONENT that occurs multiple TIMES. The Split function can be used to split the following objects into two groups: After the split operation is performed, the individual iterations of the two groups that were created by splitting a group add up to the original number of iterations of the group before the split. The Split function is available only if a group or repeating record, element, or composite is selected. Use the Split function when you need more than one instance of a map component that occurs multiple times. |
|