ReportCreated

ReportCreated is a text function that returns the creation date of the current report. You can use this function in a text box, text cell, or a row or column heading. The function syntax is:

<<ReportCreated("format”,”TimeZoneId”)>>

Note:

The date and time format is case-sensitive. ReportCreated returns a value only after the report is saved.

Example:

The following example inserts the report creation date in the body of a report:

<<ReportName()>> - Created on <<ReportCreated(“d-MM-yy”)>>