| [news.eclipse.birt] Re: How to concatenate values from the same column |
Shimi,
Take a look at this example:
Jason
I need to be able to concatenate strings from different rows from the same DataSet. I have noticed that there is a Total.concatenate() method but I can't find any information about it. I am not sure what information I need to put in the aggregation wizard.
Where can I find information about this function?
let say I have the following table
customers --------- Steve Joe Denny
I want to display the result as a csv. In this case : Steve, Joe, Denny
--Shimi