Summary
This supplier can be used from any context, and provides information about global values, such as the current user, the date/time, etc.
Details
| Name: | Global Supplier |
|---|---|
| Prefix: | global (required) |
| Supported Content: | N/A |
| Provided By: | Reporting Plugin, from version 1.0.2 |
Keys Supported
The following are the list of keys which this supplier will return a value for.
| Key | Content Types | Return Type | Description |
|---|---|---|---|
| current date | Date | The current date/time. | |
| current user | User | The current user. |
Examples
Display the current user and time.
Welcome, {report-info:global:current user|link=true}, it is now {report-info:global:current date > date:h:mm a 'on' MMMM d, yyyy}.
Which will look like this:
Welcome, , it is now 2:57 PM on September 2, 2010.
Discussions