Jaspersoft Community 'Read-Only' as of July 8, 2022
Transition to New TIBCO Community Just Weeks Away
You can still search, review wiki content, and review discussions in read-only mode. Please email community@tibco.com with questions or issues requiring TIBCO review or response.
Hi,
I am searching the internet for a long time now, but I couldn't find an example for what I need.
I will try to explain:
I have the following datastructure:
class B{
private int count;
private String category;
}
class A{
private String name
private List<B> categoryCount
}
And I have a list of A objects.
The goal is to create a report which is actully a list (from the List<A>), where each element in the list displays it's name and a bar chart. The bar chart is composed from the List<B> attribute.
I have tryed to use List Element, and Sub Reports, but in either case, i don't know how to pass the list of lists from the mail report to the list/sub report.
Any help will be highly appricieated.
Thanks
H Guy