Originally posted by: SystemAdmin
You may be able to pass the index value between functional maps and then just add it to the current INDEX() value. For example, your FMap might look like:
FMap(Object1, Object2, Index, INDEX())
Your map rule might be:
SequentialNumber=PreviousIndex + CurrentIndex
Look up the LAST function to see if it might be of use.
"Using LAST in a map rule to reference an output
In a map rule, when referencing an output, LAST refers to the last built occurrence of that object. For example, using the same expression:
PO# Field:Order = PO# Field:Order
LAST LAST refers to the previous occurrence of Order because, when this rule is evaluated, the last known Order is the last one built.
LAST is a reserved word and is not case sensitive."
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange