Converting a List Into a Grouped List
You may need to convert a flat list of items into a more structured list.
For example, you may have a list of all orders that have been completed. You might want to organize that list so that you can group the orders placed by each customer.
Procedure
Copyright © TIBCO Software Inc. All rights reserved.