Hi,
I need a UDF that concats the values in each context to one string.
Ex.
SUPPRESS
123456
CONTEXTCHANGE
123
654
789
CONTEXTCHANGE
012
321
CONTEXTCHANGE
I want to have the output like this...
SUPPRESS
123456
CONTEXTCHANGE
123, 654, 789
CONTEXTCHANGE
012, 321
CONTEXTCHANGE
I hope you can help me out here.
Thank you!
Sten