Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Report variables are accessible using the @ prefix. For example:

Code Block

dateAt(@dateParameter, {
  return M_NAME_1;
});

Variables can be used in formulas and in custom date/time interval definition.

 

Other report variables

FunctionDescription
DateTime lastDataUpdateTime()
Returns the last data update time as DateTime.
DateTime lastReportUpdateTime()
Returns the last update time of report as DateTime.

 

Next Steps