本文介绍了如何创建明智的Crystal Report的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在sql表中有一个日期字段.我想使用此日期字段获取报告
I have a datefield in sql table. I want get report using this datefield
Product Name, Date Qty
Chapati 15/4/2012 5:00 Pm 10
Chapati 15/4/2012 5:10 Pm 5
Chapati 15/4/2012 6:40 Pm 3
IDly 15/4/2012 6:13 Pm 2
Idly 15/4/2012 5:12 Pm 9
Idly 15/4/2012 5:30 Pm 4
我想获取以下报告
I want to get the reports like following
Product Name 5pm-6Pm 6Pm-7Pm
Chapati 15 3
IDly 13 2
请提供有关如何创建水晶报表的详细信息.
Please give details for how to create the crystal report
推荐答案
这篇关于如何创建明智的Crystal Report的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!