You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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

  • No labels