PageCount

PageCount is a text function that returns the total number of pages in a printed report. You can use this function in a text object. The function syntax is:

  <<PageCount()>>

Note:

The PageCount function works for printed reports only. Online reports display [[PageCount( )]] for the page number.

Example:

If the current page count is 6, the following example yields: The total number of pages are: 6.

The total number of pages is: <<PageCount()>>