Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread concat memo in group by
Mon, Dec 22 2008 10:42 AMPermanent Link

"Elevate"
I have a table with memo fields. What i need is the 'sum' of to MEMO fields
(concat) in a group by.

Is it possible to add a custom function that does this?

id    memo
1    text1
1    text2
1    text3
2    text1
2    text2

result:
1, text1text2text3
2, text1text2

Image