Header and Footer Tokens
When customizing headers and footers, you can use tokens to add information to the report.
| Token | Description |
|---|---|
| <APP> | The application name. |
| <DATE> | The system clock date. The format displayed is defined in Properties. |
| <FILE> | The name of the report file (.trf) when it was last saved. |
| <ORGANIZATION> | The Organization name that is defined in Properties. |
| <PAGE> | The page number of the report. |
| <PAGES> | The total number of pages in the printed report. |
| <PARAM> {parameter name} | A parameter used in the query. The parameter value also appears in the header or footer. The parameter name must appear in curly brackets exactly as it is defined. The parameter name is case sensitive. |
| <QUERYNAME> | The query title. The title appears on the query tab in the SQL Report screen, and is specified on the query tab of the Report Settings dialog. |
| <QUERYSTMT> | The first line of the SQL query. |
| <TIME> | The system clock time. The format displayed is defined in Properties. |
| <TITLE> | The name of the report file without the .trf extension. |
| <USER> | The login of the application user during the current session. |