Page numbering

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Bruce
Posts: 43
Joined: Tue Oct 10, 2017 12:44 pm

Page numbering

Post by Bruce » Tue Mar 29, 2005 10:49 am

I want to print a filtered set of data with the page numbering beginning at a number other than one. For instance, have the first page be number 1 and then the following ones in regular sequence after that. Can this be done in R&R? If so, how, please? Thank you! Bruce

rwarden
Posts: 31
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Page numbering

Post by rwarden » Tue Mar 29, 2005 1:41 pm

Create a calculated field that adds an increment to PAGE(). TEMP_PAGE=PAGE()+2 would add 2 to the current page number.

Post Reply