ReportModified

ReportModified is a text function that returns the date the current report was last modified. You can use this function in a text box, text cell, or a row or column heading. The function syntax is:

  <<ReportModified("format")>>

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

Note:

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

Example:

The following example inserts the date Jan 19, 2002. That is the date the report was last modified:

Report Modified: <<ReportModified("MMM dd, yyyy")>>