cancel
Showing results for 
Search instead for 
Did you mean: 

SplitByValue @ value change

Former Member
0 Kudos

What would the UDF be for this node function. I have a requirement but need to pass 2 data fields.

Thanks,

Pam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, Pam:

Use result.addContextChange();

But the beginning of the queue and end of the queue, you do not need to add addContextChange();

so check your loop counter:


if i = 0;
 result.addValue(a<i>);
 addContextChange();
 result.addValue(a<i>);

otherwise
 addContextChange();
 result.addValue(a<i>);
 addContextChange();
 result.addValue(a<i>);

Liang

Answers (0)