Jump to content

Data Design Issues In Ireport


swathi.reddys2008

Recommended Posts

Hi,

 I am working on Ireport 4.0.1 version. My requirement is I should get the the data in following format............

 

Sarchkey        Product    TotalQty   Uom

A1                     Cables      100         Mtrs

Documentno    Product   Qty    UOM

10                         Cables   10     Mtrs

20                         Cables     40   Mtrs

30                        Cables      50    Mtrs

.........................................................................

In this way my data should be displayed on my output... Is this possible in ireports

If yes please help me how can i get it......

 

Thanks in Advance.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi ,

Yes this kind of data output is possible using iReport what you can do is that,

First of all you can have a main report containg the details about the rows having the search key,Product,total Qty and Uom and the values, just the first row.

Then you need to create the subreport where you will print the next portion bascically the details of the Product- cables. Now you could link this subreport with the main report by passing the key value from the main report to the sub report.

In a nutshell this could be achieved by simple implementation of the subreport.

 

Hope that this helps.

If you have further queries please ask.

Thanks,
Ankur Gupta
SkypeID: mfsi_ankurg

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...