Skip to main content



      Home
Home » Archived » BIRT » Manipulate cells in a column(check for the next cell in a row)
Manipulate cells in a column [message #1415178] Tue, 02 September 2014 04:58 Go to next message
Eclipse UserFriend
Hi there ,
I'm facing a problem creating a report using BIRT . I want to write expression that checks for the next cell in a row are within two cells in the current row. For example , I want if to check the join time of the next row are within the the join time and the left time cells of the current row. how to do that in BIRT ?
Re: Manipulate cells in a column [message #1416254 is a reply to message #1415178] Thu, 04 September 2014 13:28 Go to previous messageGo to next message
Eclipse UserFriend
I'm not sure I'm understanding the question. Do you think you could explain a bit more? Thanks.
Re: Manipulate cells in a column [message #1417426 is a reply to message #1416254] Fri, 05 September 2014 08:00 Go to previous messageGo to next message
Eclipse UserFriend
when you design a report in BIRT , you fill the data row by row , every row doesn't see the previous or the next row to it . my report has some data that must be retrieved by comparing the rows each other . after all I've managed to do it using a scripted data source which is a java class that connects to the database , manipulates the data and pass it to the report. I don't know if there's another way to do it or not.
Re: Manipulate cells in a column [message #1417594 is a reply to message #1417426] Fri, 05 September 2014 15:01 Go to previous message
Eclipse UserFriend
That's probably your best option. You could connect with a BIRT data set, loop through that data, store it in arrays, then manipulate it in a scripted data set, but this would just be adding extra steps to what you've already done, from what it sounds like.
Previous Topic:Difference between Grid and Label border size
Next Topic:genReport cannot find resources
Goto Forum:
  


Current Time: Mon Jul 07 23:31:18 EDT 2025

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

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

Back to the top