问题描述
我想在日期列为最大值的数据库表的水晶报表中显示这些详细信息.
我该怎么做?实际上,我需要最大"功能的过滤器语法.
I want to display those details in a crystal report from a database table where date-column has the maximum value.
How can i do it? Actually I need the filter syntax for ''Maximum'' function.
推荐答案
实际上,我需要"Maximum"函数的过滤语法.
Actually I need the filter syntax for ''Maximum'' function.
试试:
Try:
Maximum({fieldname})
[ ^ ]给出了这些,请看一下以供参考:
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21072812.html [^ ]
http://stackoverflow.com/questions/475043/minimum-maximum- values-in-crystal-reports-2008-column [ ^ ]
http://forums.asp.net/t/1128914.aspx [ ^ ]
A simple Google[^] gave these, have a look at them for reference:
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21072812.html[^]
http://stackoverflow.com/questions/475043/minimum-maximum-values-in-crystal-reports-2008-column[^]
http://forums.asp.net/t/1128914.aspx[^]
这篇关于显示过滤数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!