Concatenate Values from Different Rows [message #1610483] |
Tue, 10 February 2015 15:45  |
Eclipse User |
|
|
|
I am working on a report wrapper where the .rptdesign files are created by a third party who is more of a designer than a coder. I am faced with a situation where a report displays the contents of variable that is set a field in the dataset (i.e. using dataSetRow['columnName'] as part of the expression in the binding editor. The problem is the column can display more than one value, but the binding only allows the display of the value in the first row of the result set, rather than the distinct values.
To illustrate
My report displays:
Names: Bill
My result set column looks like:
columnName
Bill
Bill
Steve
Bill
Given this result set, the generated report view will always display "Names: Bill" instead of the desired output of "Names: Bill, Steve".
Is it possible to get the desired output? If so, how would you go about doing it?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02751 seconds