- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Displaying Records with maximum event number for each group in SAP Crystal Reports
I would suggest using this logic to suppress details if the current record is not the record with the maximum amount for the group.
//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})
This will suppress each record except records with the maximum amount each group.
- Related Articles
- In SAP Crystal Reports XI, return records that match multiple conditions
- Difference between SAP Crystal Reports and CR for Visual Studio
- Edit report generated from SAP Crystal Reports
- Hiding null values in a column in SAP Crystal Reports
- Using Filter to fetch specific data in SAP Crystal Reports
- In SAP Crystal Reports, removing extra white space between details sections
- In SAP Crystal Reports, Putting 2 pages of data into a single report
- Suppressing the page header till the last page in SAP Crystal Reports 2008
- RFC or BAPI for displaying change documents in SAP
- How to select maximum item in each group with MongoDB?
- Displaying popup in SAP STMS
- Displaying only a list of records in ASC order with MySQL
- Not able to save a SAP Crystal Report for Enterprise 4.2
- Select three random records with a fixed number of characters for each column value in MySQL
- Displaying Source code of RFC in SAP system

Advertisements