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)
Nested Data Sets in BIRT
Indy
Hi all,
Has anybody come across something like displaying a dataset table inside a dataset list row item? My requirement is that I have a report where the main data set should be displayed as rows and inside one single row, there should be a another dataset table which displays rows related to the master row. This should be dynamically generated.
I have tried this with two data sources and did not work since, these data sources cannot be made to have a relationship. Any ideas on this?
Thanks,
-Indy
Find more posts tagged with
Comments
mwilliams
Hi Indy,
When you say "no relationship", what do you mean? Not joined, or no common fields? If you have nothing to limit the nested table on based on the outer list, you'd be putting the entire nested data in each time. Can you give small snippets of what each dataSet would look like or use the sample database to put together a sample? Thanks.