offsetDay()

The offsetDay() function provides the ability to offset any time series by a set number of days.

Syntax

offsetDay(integer, value)

Argument Description
integer

(required)

The value to add to the date argument.  If the value provided is not an integer, it will be rounded to the nearest integer.
value

(required)

An Attribute or Metric reference to apply the defined offset to.

Where Available

Available in Attribute and Metric expressions.

Examples

Where Example(s)
Attribute expression offsetDay(1, EBITDA__m.actual__d)

 

Updated on March 9, 2026

Related Articles