Reputation: 146
I'm having trouble using multiple sub-reports in pentaho. It works fine when the number of records in a sub-report is low (less than 10) but when it has more than 10 records the sub-reports overlap each other so nothing can be read.
and when I increase the height of sub-reports then none of the sub-reports can be visible.
Upvotes: 0
Views: 1954
Reputation: 4544
The only solution I know of is using sub-reports in banded mode, instead of inline. If they're banded, they'll grow as much as required.
however, you cannot have banded sub-reports take only part of the available width. To overcome this you may need to nest several levels of sub-reports.
Upvotes: 1