创建二维快速报告
我想我要求 Quickreport 提供正确类型的报告。
我们拥有的是一个简单的表,
gauge,site,value
仪表和站点是关键字段(可以有任意数量的仪表-站点对) 通常最多只有10个左右的站点。
我们正在寻找看起来像这样的报告
site1 site2 site3
gauge1 34 4 45
gauge2 45 6 5
gauge4 34 4 45
有谁知道
- 这种类型的报告通常被称为什么类型(所以谷歌可以提供更多帮助) 可以
- 使用 QuickReport 创建这种类型的报告
如果是这样,有什么想法吗?
如果没有,关于可以使用什么的任何想法?
德尔福7
快速报告 3.5
NexusDB(不要认为这太重要)
I think im asking for the right type of report from Quickreport.
What we have is a simple table,
gauge,site,value
Gauge and site are the keyfields, (there could be anynumber of Gauge-Site Pairs)
normally there is only at most, about 10 sites.
and we are looking to get a reports that looks like this
site1 site2 site3
gauge1 34 4 45
gauge2 45 6 5
gauge4 34 4 45
Dose anyone know
- What type this type of report is normally called, (so google can be more help)
- Is is possible to created this type of report using QuickReport
if so, any ideas how?
if not, any ideas on what could be used insted?
Delphi7
QuickReports 3.5
NexusDB (dont think that matters too much)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您可以创建一个内存表(例如使用 JVCL 套件的内存数据(免费)),然后打印正常的报告。
Maybe you can create a memtable (for example with memoryData of JVCL suite (free)) then print a normal report.
这称为交叉制表。 Google 搜索“交叉表”、“交叉表报告”、“交叉表对象”。
It's called a cross tabulation. Google for "crosstab", "crosstab report", "crosstab object".