Generating forecasts for the current contextual data of a worksheet
You can generate a forecast for the current contextual data of a worksheet, by directly calling a forecast engine. To enable this functionality:
- You must select a standard worksheet, with the report source of the type Repository and the report type is D_ForecastGraph or T_AdvancedPivotEditor. Alternately, the report source of the worksheet must be of the type Embedded and the report type = pivot_editor.
- You must specify the rv_forecast_settings data parameter for the
worksheet. The parameter is used to specify the engine and settings that must be
used. For example,
<Table><Row name="default"><Property name="engine" value="Best Fit" /> <Property name="itemlevel" value="SKUs" /><Property name="locationlevel" value="Locations" /><Property name="periodlevel" value="Weeks" /></Row></Table>
To generate forecasts using a worksheet: