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