寻找灵活的报告解决方案

发布于 2024-08-04 07:21:09 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝海 2024-08-11 07:21:09

允许用户生成自己的报告固然很棒,但对于简单报告之外的任何内容,这很快就需要基本的数据库技能。我从未见过用户可访问的报表设计器,用户实际上可以使用它来设计任何复杂的报表。

您最好提供两件事:

  1. 最明显的报告以及一些过滤/排序选项。执行此操作的常见方法是使用 Crystal(用于桌面应用程序)或 SQL Server Reporting Services(用于 Web 应用程序)。
  2. 能够将原始数据导出到 Excel。在大多数用户组中,办公技能比数据库技能更为常见。与使用我见过的任何报表设计器相比,您的用户将有更好的机会使用 Excel 图表创建报表。

Allowing users to generate their own reports would be wonderful, but for anything beyond a simple report, this quickly require basic database skills. I've never seen a user-accessible report designer that users could actually design reports of any complexity with.

You're better off providing two things:

  1. The most obvious reports with some filtering/sorting options. Common ways to do this are with Crystal for a desktop app or SQL Server Reporting Services for a web app.
  2. The ability to export raw data to Excel. Office skills are far more common in most user groups than database skills. Your users will have a better chance of creating a report with an Excel chart than they will have of working through any report designer I've ever seen.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文