Listing in one line [message #78858] |
Tue, 04 October 2005 07:17 |
Eclipse User |
|
|
|
Originally posted by: ziya.ripe.net
Hi,
I am using BIRT 1.0.1 and trying to get the results list in one line.
For example:
The standard output of a list is more like a table:
Query: Select fruit_name from fruits;
Output:
------
Apple
Pear
Peach
------
What I have been trying to get as an output is:
--------------------
Apple, Pear, Peach
--------------------
I have tried using the "Data" element and iterate over the DataSet, but
no luck! All I can get is the first row using row["fruit_name"].
I could not find any formatting parameter in List element to output the
result in one line either.
Any ideas?
Thanks in advance,
--Ziya
|
|
|
Powered by
FUDForum. Page generated in 0.03593 seconds