|
Navigation: Appendixes > Appendix A Reference > Report Tokens |
![]() ![]()
|
Report tokens are variables you can use in your reports. The token gets replaced with a real value when the report is ran. These tokens can be used in most fields in the Custom Report dialog box. For example, if you want to add your company name to the header of a report, add the following HTML code to the header of the report, <p>[[company]]</p>.
Token* |
Description |
[[project]] |
the project title as displayed in the window title. |
[[datetime]] |
the current date and time formatted in your local setting. |
[[time]] |
the current time formatted in your local setting. |
[[date]] |
the current date formatted in your local setting. |
[[connection]] |
the type of database connection this project is using (server-based projects only). |
[[company]] |
the company Website-Manager is licensed to. See Help | About Website-Manager from the main menu. |
[[first_name]] |
the first name of the registered licensed user. See Help | About Website-Manager from the main menu. |
[[last_name]] |
the last name of the registered licensed user. See Help | About Website-Manager from the main menu. |
[[contact]] |
the same as "[[first_name]] [[last_name]]". See Help | About Website-Manager from the main menu. |
[[email]] |
the email address of the registered licensed user. See Help | About Website-Manager from the main menu. |
[[first_date]] |
the starting range of data for this report. |
[[last_date]] |
the ending range of data for this report, or [[first_date]] if this is not a date range report. |
[[query]] |
the actual SQL query used to generate the report (helpful for troubleshooting). |
[[title]] |
the title as entered into the Custom Report dialog box. |
[[sub_title]] |
the subtitle as entered into the Custom Report dialog box. |
* Tokens are case insensitive and can entered in any combination of upper or lower case.
Page url: http://www.helpandmanual.com/help/index.html?wmh_report_tokens.htm