Page numbering
Page numbering
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
=> RE: Page numbering
Create a calculated field that adds an increment to PAGE(). TEMP_PAGE=PAGE()+2 would add 2 to the current page number.