Skip to Content
0
Former Member
May 26, 2008 at 12:55 PM

Multiple values in context concat to one string

1194 Views

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