how to setup a piechart to use a report field of type java.util.collection

Hi,
 
I am having tough time figuring out how to configure piechart to use a list of objects as datasource. Could you please suggest the right approch to this problem?
My report needs to display two types of information. It needs to show a set of data values( let us call it frame 1) and a pie chart based on different set of data (let us call it frame 2).
My idea is to use JRBeanCollectionDataSource that contains two beans. One of the beans contains information needed for frame 1 and I am able to create fields for each of the bean properties in the report and display this data successfully.
The second bean contains a list of objects(with properties key, value and label) which I want to use to display the pie chart in frame 2. I have also created a field of type java.util.Collection for this list of objects in second bean.
 
Could you please suggest how this field can be configured to be consumed by pie chart?
 
Thank you,
Nava Krishna M
nava.krishnam's picture
Joined: Apr 15 2013 - 1:06pm
Last seen: 7 years 3 months ago

1 Answer:

I figured out how to achive this. 

subDataset needs to be defined at report level and datasetRun needs to be defined in the piechart.

datasetrun refers to the subDateset.

nava.krishnam's picture
Joined: Apr 15 2013 - 1:06pm
Last seen: 7 years 3 months ago
Feedback
randomness