Skip to Content
0
Former Member
Dec 03, 2008 at 08:19 AM

Mapping request

18 Views

Hi Experts,

In one repeated source segment according to the field values I have to do the count and assign to the target field.

if ( (NAME != "SR") or (NAME == "NV")) // for this case count the segment

{

Target value = count(Repeated Segment);

}

else

{

if ( NAME =="SR") // keep constant value

{

Target value = 1;

}

How to do this mapping in XI?

Regards

Sara