Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Multiple Table Records per Qty(Tables)
Multiple Table Records per Qty [message #1401328] Tue, 15 July 2014 12:59 Go to next message
Bryan Gall is currently offline Bryan GallFriend
Messages: 3
Registered: November 2013
Junior Member
I have a table using a data set with one of the data set fields being a quantity field. I would like to show each data set record as many times as its quantity field. For example if the quantity field is 1 for a record, it will only show once, but if it is 3, it will show the information 3 times. Is there a way to do this?
Re: Multiple Table Records per Qty [message #1402484 is a reply to message #1401328] Thu, 17 July 2014 04:04 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

From the sounds of it, you could process your original dataset with a scripted dataset and duplicate the rows where necessary.

Another option that you'd only want to use if you had a manageable number of rows that would be the max would be to create n detail rows where n is the max number that would possibly be needed, then hide/show all the extra rows based on the data value.


Michael

Developer Evangelist, Silanis
Previous Topic:Add a .jar to the project
Next Topic:show tabs like excel in web viewer
Goto Forum:
  


Current Time: Thu Apr 25 05:00:34 GMT 2024

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

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

Back to the top