标签: crystal-reports crystal-reports-2008
我有这样的公式:
IF (Month(Today) - 12) < 1 THEN (Month(Today)) ELSE (Month(Today) - 12)
如何添加或插入以过滤给定月份的时间(语法)范围?
答案 0 :(得分:0)
创建时间参数,然后在Record Selection Fromula中编写过滤。
Record Selection Fromula
您可以使用水晶报告中提供的小时,分钟和秒功能。
例如:
Hour(Current date time or current time)