Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Display values in one line(Display values in one line)
Display values in one line [message #1480694] Thu, 20 November 2014 11:48 Go to next message
vidjur Mising name is currently offline vidjur Mising nameFriend
Messages: 8
Registered: October 2014
Junior Member
Hello,

I have a problem to display values in one line in BIRT. For example I have data Phone numbers, where can be several numbers, but when I generate report, phone numbers are listed in different lines. e.g.

<phone_number1>
<phone_number2>

The desired result is:

<phone1><phone2>

My expression is dataSetRow["phone"] .
The dataSetRow["phone"] return one phone number value (not all at once).

Thanks for the advice.

[Updated on: Fri, 21 November 2014 06:59]

Report message to a moderator

Re: Display values in one line [message #1481925 is a reply to message #1480694] Fri, 21 November 2014 10:32 Go to previous messageGo to next message
Marina Orth is currently offline Marina OrthFriend
Messages: 51
Registered: September 2012
Member
Hi,

you can use a table and show the phone number in the footer line. So you put in the footer an aggregation element. Function is concatenate over datasetrow["Phone"].

Hope it helps. For e.g look on my example. I concatenated inside table group. you have options for showing duplicates or not.

Kind regards Marina
Re: Display values in one line [message #1482160 is a reply to message #1481925] Fri, 21 November 2014 14:43 Go to previous message
vidjur Mising name is currently offline vidjur Mising nameFriend
Messages: 8
Registered: October 2014
Junior Member
Marina Orth,

thank you very much. Your sample helped me to find solution!

Best Regards,
Vidas
Previous Topic:Caused by: org.eclipse.birt.chart.exception.ChartException: Duplicate aggregation name: COUNT
Next Topic:Unresolved dependencies birt runtime 4.4.1
Goto Forum:
  


Current Time: Fri Apr 26 15:03:32 GMT 2024

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

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

Back to the top