- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
Suppressing the page header till the last page in SAP Crystal Reports 2008
I think you would require to use “OnLastRecord” keyword for page header suppression. Below are details about this function:
Function Description:
This function returns “TRUE” when the current record being evaluated is the last record in the report.
Returns:
Boolean Value
Action:
This function returns “TRUE” when the current record being evaluated is the last record in the report.
Note that any field that you are grouped and you want to suppress on the last record for this group, or use the next () function as shown below:
onlastrecord or next({table.field})<>{table.field}
Example:
GH1 (using Customer.ID as group) GH2 (using Sales.No as group) Details GF2 - has line drawn on it Conditional suppression using the formula onlastrecord or next({customer.ID})<>{customer.ID} GF1
- Related Articles
- How to scroll down the page till page end in the Selenium WebDriver?
- Edit report generated from SAP Crystal Reports
- Bootstrap page-header class
- Hiding null values in a column in SAP Crystal Reports
- Using Filter to fetch specific data in SAP Crystal Reports
- Adding a Page break/new page in SAP Script
- Difference between SAP Crystal Reports and CR for Visual Studio
- In SAP Crystal Reports, removing extra white space between details sections
- In SAP Crystal Reports XI, return records that match multiple conditions
- In SAP Crystal Reports, Putting 2 pages of data into a single report
- Displaying Records with maximum event number for each group in SAP Crystal Reports
- Splitting up an HTML page and loading it through header?
- How to add header or footer to first page only in an Excel worksheet?
- How to make page links in HTML Page?
- How to get the protocol and page path of the current web page in JavaScript?

Advertisements