Overview of the Fit Forecast with default engine option

You can use the Fit Forecast with default engine option to call the forecast engine, only if the permission (Execute Generate Forecasts in [Module]) and the rv_forecast_settings parameter is specified for the worksheet.

The rv_forecast_settings properties:

  • engine: The name of the forecast engine.
  • itemlevel: The item level at which the forecast must be calculated, that is, at the level of the selected passed item or below. If not defined, the forecast engine settings are used.
  • locationlevel: The location level at which the forecast must be calculated, that is, at the level of the selected passed location selection or below. If not defined, the forecast engine settings are used.

The parameters that are passed to the GenerateForecast command:

  • Engine Name: Based on the properties specified for the rv_forecast_settings engine.
  • Item element selection: The value is defaulted from the worksheet.
  • Location element selection: The value is defaulted from the worksheet.
  • Item Hierarchy level: Based on the properties specified for the rv_forecast_settings itemlevel. If not specified, the forecast engine settings are used.
  • Location Hierarchy level: Based on the properties specified for the rv_forecast_settings locationlevel. If not specified, the forecast engine settings are used.
  • Period level: The value is defaulted from the forecast engine settings.
  • Algorithm: The value is defaulted from the forecast engine settings (if applicable).
  • Spreading Measure Code: The value is defaulted from the forecast engine settings.

When the Generate Forecasts process is started, you can view the details of the progress of the forecast in the Job Manager.

Example of rv_forecast_settings parameter for the Best Fit Months value that includes a default level for the forecast engine:
<Table>
<Row name="default"><Property name="engine" value="Best Fit Months" /></Row>
</Table>