合并报告和图表
我们计划使用 Pentaho、Birt 或 Jasper 之一来满足我们的报告和图表需求。我们将在我们的网络应用程序中嵌入报告和图表组件。所有这些报告工具都有以 XML 格式设计的报告和图表。
我们正在寻找一种功能,可以合并不同的单独图表和报告以构建超级报告。有谁对这个方向有任何想法、见解、链接吗?
提前致谢
We are planning to use one of the Pentaho, Birt or Jasper for our reporting and charting needs. We will be embedding the reporting and charting component in our web applications. All these reporting tools have report and chart designed in a XML format.
We are looking for a capability where we can merge different individual charts and report to build a super report. Does anyone has any idea, insight, links in this direction?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Pentaho 中的仪表板机制(CDF)听起来非常适合此目的,并且非常动态。我相当确定它可以嵌入到现有的 Web 应用程序中。
或者,如果您的超级报告更加静态,Pentaho 报告或任何具有良好子报告的报告机制也是另一种选择。我经常构建由 10-20 个单独的子报告组成的大型报告 - 有时它们是相互关联的,有时是独立的小报告。
The dashboarding mechanism (CDF) in Pentaho sounds ideal for that and is very dynamic. I'm fairly sure it can be embedded within an existing web application.
Alternatively if your super report is more static, Pentaho reports or any reporting mechanism that has good subreports is another option. I frequently build large reports that are made up of 10-20 individual subreports - sometimes they are interrelated, sometimes independent little reports.
BIRT 支持报告库,允许您在报告语料库中以任意组合反复使用组件(图表、数据集、表格)。您可以通过将库包含在 BIRT IDE 内的项目中或通过运行时的 API 来构建拼凑报告。
BIRT supports report libraries that allow you to use components (charts, data sets, tables) over and over again in any combination across your corpus of reports. You can do the patchwork report building either by including the library in your project inside the BIRT IDE or via the APIs at run-time.