在 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