thisViewsheet.updateTime

Property is read-only. It cannot be set in script.

Returns the date/time at which data was most recently obtained by the Dashboard.

  • If a materialized view is in effect for the Dashboard (see Materialized View in Manage the Server), thisViewsheet.updateTime returns the date/time at which the most recent materialized view was generated for the Dashboard.

  • If a materialized view is not in effect, thisViewsheet.updateTime returns the date/time of the most recent query execution for the Dashboard.

Type

Date

Date/time at which data was obtained

Example

Text1.text = 'Last Updated at ' + formatDate(thisViewsheet.updateTime,'MMM dd, h:mm a');