Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Birt Report
sriklkrn
I'm trying to generate a report using BIRT...This is what i'm trying to get:
There is a document and I'm supposed to get the data from the document and print them in the report.The data from the document is divided into two sections:
1)Header section.
2)Detail section.
Header section would be displayed once where as the details section repeated..
and for the multiple documents,the header would also repeat as many times as the number of documents...
how can achieve this using BIRT scripting and javabeans??
This is what i have done
In the fetch i get a list and its a list of beans which contain the data for the header section and collection of sub-beans...
In the report layout i have taken a outer- table in that outer-table i have taken a grid and inner-table.. grid is used to populate the header data and sub-bean is populated in the inner-table...
when i'm having one document..the data is coming correctly in the report..when i'm having multiple beans then ONLY the data of the first bean and its sub-beans gets repeated as many times as the total number of main beans..
I'm stuck HERE FROM 2 WEEKS...Any Help is welcome!!
Find more posts tagged with
Comments
Virgil Dodson
Can you tell me what you mean by "document" in this context? It would also help if you could attach an example so I can understand how your inner and outer tables are connected.