More than one SQL Query
More than one SQL Query
How can I merge results from 2 JdbcCategoryDataset to build a HorizontalBarChart3D ?
Re: More than one SQL Query
Hi Bruno,
You'll need to code something yourself, perhaps a wrapper class containing the two datasets you are merging - and that implements the CategoryDataset interface.
Alternatively, you could try to merge the data with SQL before passing it to a JdbcCategoryDataset...
Regards,
Dave Gilbert
You'll need to code something yourself, perhaps a wrapper class containing the two datasets you are merging - and that implements the CategoryDataset interface.
Alternatively, you could try to merge the data with SQL before passing it to a JdbcCategoryDataset...
Regards,
Dave Gilbert