如何使用水晶报告在两个日期范围之间显示报告

如何使用水晶报告在两个日期范围之间显示报告

本文介绍了如何使用水晶报告在两个日期范围之间显示报告,包括无交易日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的MySql数据库中,我的交易日期为2017-09-08,2017-09-09和2017-09-11。然后我想使用datetimepicker1和datetimepicker2显示日期范围之间的记录。假设datetimepicker1的值为2017-09-07,datetimepicker2的值为2017-09-13。所以这样输出:



In my MySql Database I had a transaction of the date 2017-09-08, 2017-09-10 and 2017-09-11. Then I want to display records between to date range using datetimepicker1 and datetimepicker2. Assuming that datetimepicker1 value 2017-09-07 and datetimepicker2 value 2017-09-13.So the out put like this:

2017-09-07 no transaction of this date.

2017-09-08 showing here the transaction.

2017-09-09 no transaction of this date.

2017-09-10 showing here the transaction.

2017-09-11 showing here the transaction.

2017-09-12 no transaction of this date.

2017-09-13 no transaction of this date.





我尝试过:



我不知道怎么做。第一次在Crystal报告中。



What I have tried:

I don't have any idea how to do this. 1st time in Crystal report.

推荐答案


这篇关于如何使用水晶报告在两个日期范围之间显示报告,包括无交易日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 21:48