thisViewsheet.updateTime
Returns the date/time at which data was most recently obtained by the Viewsheet.
• If a materialized view is in effect for the Viewsheet (see Materialized Views in Administration Reference), thisViewsheet.updateTime returns the date/time at which the most recent materialized view was generated for the Viewsheet.
• If a materialized view is not in effect, thisViewsheet.updateTime returns the date/time of the most recent query execution for the Viewsheet.
Type
Date Date/time at which data was obtained
Example
Text1.text = 'Last Updated at ' + formatDate(thisViewsheet.updateTime,'MMM dd, h:mm a');
See Also
Materialized Views, in Administration Reference, for information about scheduling materialized views.
| << thisViewsheet.setActionVisible(name,Boolean) | © 1996-2013 InetSoft Technology Corporation (v11.5) | VS.1.2 parameter >> |