cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi PI/PO Experts,

I have been trying with UDF with no luck, so reaching for your expertise

Requirement is simple : when source has value 1 then target should have value 1 in same context

When source has 1 and below value is 2 which is in separate context then target should have values 1 and 2 in same context and similarly source has 1,2,3 in separate context the target should have 1,2,3 in same context as shown below

Please share an UDF if you have one to achieve the requirement

View Entire Topic
former_member190293
Active Contributor
0 Likes

Hi!

In order to remove initial context change try to check the index of item being processed. If it's the very first item in the queue (i == 0) - you shouldn' add context change.

Regards, Evgeniy.