Is it possible to restart the numbering of pages in a report? I want to restart the page-numbering for each section change like I can instruct BO to use a new page for each section.
Try this formula for your page number cell for each section. This formula assumes that the object for your section is ‘Resort’ (from the Island Resort Universe).
=“Page “&FormatNumber(Page()-RunningSum(( If <>“XXX” Then Page());)+1,”#”)