Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Combining/Collapsing rows(I'm wondering if it is possible to combine rows like in the following example.)
Combining/Collapsing rows [message #1722856] Tue, 09 February 2016 17:00
Roger B is currently offline Roger BFriend
Messages: 3
Registered: August 2012
Junior Member
Hello,
I've got some data that looks like this:

 Item	Test1	Test2	Test3
---------------------------------------------
123	yes		
123		yes	
123			 yes
456		yes	
456	yes		
789			 yes



(Note: for every item, there is a row for each test.)

I want to compress it so that there is one line for each item and combine the test info to that line:
Item	Test1	Test2	Test3
--------------------------------------------
123	yes	yes	yes
456	yes	yes	
789			yes

Is this possible with BIRT? I've tried grouping by item, but it just displays one test and not all of them.
Thank you.
Previous Topic:Custom date format problem
Next Topic:Bubble Chart: Change bubble size using a script
Goto Forum:
  


Current Time: Sat Sep 21 02:32:16 GMT 2024

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

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

Back to the top