The following parameters are built into Exago and can be used on any report. Their names are reserved and cannot be overridden.
Description |
Returns the number of the current page. |
Remark |
For RTF output, pageNumber cannot be used with other formulas. |
Example |
=@pageNumber@ will display the current page number for all output types.
='Pg.' & @pageNumber@ will display 'Pg.' followed by the page number for HTML and PDF output. NOTE. Does not work with chained reports. |
Description |
Returns the name of the report. |
Description |
Returns the name and file path of the report. |
Example |
For a report named Transcripts in a Folder named Student Documents @reportFullName@ would return Student Documents/Transcripts. |