在 SAP Crystal Reports 中显示具有每个组中最大事件数的记录
如果当前记录不是具有组中最大金额的记录,我建议使用此逻辑来抑制详细信息。
//Suppress Details if the current record is not the record with the maximum amount for the group
{Event.Event_no}<>maximum({Event.Event_no},{Deal_NO})这将抑制每个记录,除了每个组中具有最大金额的记录。
广告
数据结构
网络
RDBMS
操作系统
Java
iOS
HTML
CSS
Android
Python
C 编程
C++
C#
MongoDB
MySQL
Javascript
PHP