Merging Two Corresponding Lists
You may need to merge two lists that have corresponding items into one repeating element.
For example, you may have a list of student IDs and a list of grades, each grade corresponds to the student ID in the same position in the student ID list.
Procedure
Copyright © TIBCO Software Inc. All rights reserved.