Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Results of nested table on single row
Results of nested table on single row [message #1239680] Tue, 04 February 2014 19:52
David Brock is currently offline David BrockFriend
Messages: 6
Registered: February 2014
Junior Member

I want to efficiently join two or more data sets using nested tables and passing parameters to the nested tables to pull in the details. However I want the results to all display on a single row.

For example by default I see this:

( Sorry couldn't find a fixed font on this forum so that table diagrams look right Confused )

---------------------------------------------------
Name | Description | |
---------------------------------------------------
A | A is cool | Cost | Quantity |
| ----------------------------
| | 1.00 | 2 |
---------------------------------------------------
B | B is cool | Cost | Quantity |
| ----------------------------
| | 2.00 | 1 |
---------------------------------------------------

If I remove the header/footers row in the nested table I almost get what I want:

---------------------------------------------------
Name | Description | |
---------------------------------------------------
A | A is cool | 1.00 | 2 |
---------------------------------------------------
B | B is cool | 2.0 | 1 |
---------------------------------------------------


but what I really want I want to see is aligned column headers at the top:

---------------------------------------------------
Name | Description | Cost | Quantity |
---------------------------------------------------
A | A is cool | 1.00 | 2 |
---------------------------------------------------
B | B is cool | 2.0 | 1 |
---------------------------------------------------


Is there a way to do this?
Previous Topic:How to get an element's height
Next Topic:Script changes to make bar chart RTL (arabic)
Goto Forum:
  


Current Time: Tue Apr 23 07:35:04 GMT 2024

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

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

Back to the top