Points to Note
- Last UpdatedOct 31, 2024
- 1 minute read
A summary of the information you are most likely to need in setting up the page information is given below.
-
Text must be entered in quotes. For example:
'Page number'
-
You can include any PML variables in the expressions.
-
Variables must be preceded by one of the functions vtext, vval or vlog, which ensure late evaluation of the variables. For example, to show the page number on every page of the report, enter the following expression in the header or footer:
vtext( !pageno )
-
If you want to combine text and variables in the same expression (that is, on the same line, you must combine them using the text operator +. For example, if you want to number the pages with the format Page 1, Page 2 and so on, you should enter the following expression in the header or footer:
'Page ' + vtext ( !pageno )