Rebase(Input: ITimeSeries,
BaseDate: String,
BasePeriod: DimCalendarLevel,
BaseValue: Integer)
Input. Variable
BaseDate. Date, relative to which the function is calculated.
BasePeriod. Calendar frequency for function. Optional parameter. By default parameter is set to DimCalendarLevel.Year - year frequency.
BaseValue. Base value for function calculation. Optional parameter. By default the parameter is equal to 100.
It rebases data of the specified variable from one frequency to another.
| Formula | Result | Application |
| = Rebase({Brazil|BCA},"2005A") | The Rebase function will be applied to the Brazil|BCA factor. |
It can be used in formulas of calculated series of time series database and model formulas of modeling container that is a child of the time series database. |
| = Rebase(X1,"2000A") | The Rebase function will be applied to the X1 factor. |
It can be used in model formulas of modeling container. |
See also:
Functions Available in Expression Editor │ Transformations │ IModelling.Rebase