cancel
Showing results for 
Search instead for 
Did you mean: 

How to write formula on new page after ?

Former Member
0 Kudos

Dear Friends ,

I am using Report header , detail and footer section alone , In first page alone I need to display 10 record, on 2nd page onwards need to display all records depends up on page size . How to do this .

For Example I have 40 records,In New page after option , I have checked 10 visible records , so now its displaying 10 records per page , totally its displaying in 4 page . but I need to show another 30 records in 2nd page itself .

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Sri,

Try this:

Go to the Section Expert > Select the Details Section > Paging tab > click the formula button beside 'End of Section' under 'New Page After' and use this code:

PageNumber = 1 AND

RecordNumber = 10

-Abhilash

Answers (0)