Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

GetSymbolModifiedTimeStamp

Use this function to return the last modified time stamp of the specified symbol. The description is returned as a string in this format "YYYY-MM-DD hh:mm:ss".

Copy

Syntax

GetSymbolModifiedTimeStamp("dimension", "symName")        

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose modified time stamp is to be retrieved.
Copy

Syntax example

Set Variable symModifiedTimeStamp = GetSymbolModifiedTimeStamp("ACCOUNTS", "Trial_Balance")        

Published:

GetSymbolModifiedTimeStamp

Use this function to return the last modified time stamp of the specified symbol. The description is returned as a string in this format "YYYY-MM-DD hh:mm:ss".

Copy

Syntax

GetSymbolModifiedTimeStamp("dimension", "symName")        

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose modified time stamp is to be retrieved.
Copy

Syntax example

Set Variable symModifiedTimeStamp = GetSymbolModifiedTimeStamp("ACCOUNTS", "Trial_Balance")        

For an optimal Community experience, Please view on Desktop