在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})

这将取消每条记录,但每组的记录数量最多。