For a report where you might be using group selection or suppression, use a running total that counts a recurring record. If any records are suppressed, you would have to use the opposite of the suppression criteria in the evaluation section of the running total.
For a page count, you can create a manual running total, by placing a reset formula in the page header:
whileprintingrecords;
numbervar pgcnt := 0;
And in the detail section (or other sections if you want to count them also, add:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.