About Spectre Time Series

When you have a cBase with data that spans multiple time periods, you can define a Time Series in Spectre to generate a large variety of time-based calculations. Time series calculations, defined in a cPlan, combine a number of elements, as shown in the following table:

Date The date expression is the value that varies by row and is checked against the range to determine if the row is included in a particular calculation.
Anchor

The anchor expression gives the time range an anchor point. An anchor date is required. Relying on the default anchor date `today()` is deprecated.

Summary The summary list identifies which data columns to include in the time series calculations.
Ranges The list of ranges indicate the time spans desired, for example current-month (M) or month-to-date (MTD). A custom option is available.
Variations The variations direct the creation of secondary columns based on the requested ranges, for example previous-year-current-month (M LY), previous-year-month-to-date (MTD LY).

NOTE: Spectre time series always uses the Standard calendar.

See also: