Skip to main content



      Home
Home » Archived » BIRT » Listing in one line
Listing in one line [message #78858] Tue, 04 October 2005 07:17
Eclipse UserFriend
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
Previous Topic:Bar Chart onClick Y Series
Next Topic:Text item binding tab
Goto Forum:
  


Current Time: Sun Jun 08 17:16:39 EDT 2025

Powered by FUDForum. Page generated in 0.03593 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top